Skip to main content
Glama

fizzy_search

Search and filter cards in Fizzy kanban boards by tags, assignees, status, text content, and date ranges to find specific tasks.

Instructions

Search for cards with filters. Find cards matching criteria or review board contents.

When to use:

  • Find cards by tag, assignee, or board

  • Filter by index category (closed, stalled, golden, etc.)

Don't use when: You already know the card number — use fizzy_get_card instead.

Arguments:

  • account_slug (optional): Uses session default if omitted

  • board_id (optional): Filter to cards on this board

  • indexed_by (optional): Filter by index category: closed | not_now | all | stalled | postponing_soon | golden

  • tag_ids (optional): Filter to cards with ALL these tag IDs

  • assignee_ids (optional): Filter to cards assigned to ANY of these user IDs

  • sorted_by (optional): Sort order: newest | oldest | recently_active

  • terms (optional): Search terms to filter cards by text content

  • limit (optional): Max items, 1-100 (default: 25)

  • cursor (optional): Continuation cursor from previous response

Returns: JSON with items and pagination metadata.

{"items": [{"number": 42, "title": "...", ...}], "pagination": {"returned": 25, "has_more": true, "next_cursor": "..."}}

Related: Use card number with fizzy_get_card for full details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_slugNoAccount slug (e.g., 'acme-corp'). Uses session default if omitted.
board_idNoFilter to cards on this board ID.
indexed_byNoFilter by index category: closed | not_now | all | stalled | postponing_soon | golden.
tag_idsNoFilter to cards with ALL these tag IDs.
assignee_idsNoFilter to cards assigned to ANY of these user IDs.
sorted_byNoSort order: newest | oldest | recently_active.
termsNoSearch terms to filter cards by text content.
creator_idsNoFilter to cards created by these user IDs.
closer_idsNoFilter to cards closed by these user IDs.
card_idsNoFilter to specific card IDs.
assignment_statusNoFilter by assignment status: unassigned.
creationNoFilter by creation date range: today | yesterday | thisweek | thismonth | last7 | last14 | last30.
closureNoFilter by closure date range: today | yesterday | thisweek | thismonth | last7 | last14 | last30.
limitYesMax items to return (1-100, default: 25).
cursorNoContinuation cursor from previous response. Omit to start fresh.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/davegomez/fizzy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server