list_boards
Returns every feedback board the org owns, with id, name, slug, description, and visibility flags.
required scope: read.
example prompts
Section titled “example prompts”- “what boards does our spirby workspace have?”
- “list our public feedback boards and their slugs.”
{} — no arguments.
output
Section titled “output”{ "boards": [ { "id": "brd_01H8...", "name": "Feedback", "slug": "feedback", "description": "what should we build?", "visibility": "public" }, { "id": "brd_01H9...", "name": "Bug reports", "slug": "bugs", "description": null, "visibility": "internal" } ]}