Search cards by title or number
kanbanzone_search_cardsSearch across all cards in your organization by title or card number. Optionally filter by board, include archived cards, and set page size.
Instructions
Full-text search across cards in your organization. Matches card titles and card numbers. Task, comment, and attachment text are not searched in this version. Results are sorted by relevance (best match first).
Mirror cards: results are returned per (card, board) pair — a card mirrored to two
boards that matches the query appears twice, each with that board's bucket, label,
owner, and watchers. Use the returned board field to know which board to act on.
Args:
q (string, required): search text, minimum 2 characters.
board (string, optional): board publicId to narrow the search to one board. Omit to search across every board in the org.
include_archived (boolean, optional): include archived cards.
page (number, optional, default 1).
count (number, optional, default 20, max 100).
response_format ("markdown" | "json").
Examples:
"Search for cards mentioning billing"
"Find cards about webhook on the OeMrbG8g board"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search text (min 2 characters). | |
| board | No | ||
| include_archived | No | ||
| page | No | 1-based page number. | |
| count | No | Items per page (1-100, default 20). | |
| response_format | No | Output format. 'markdown' (default) is human-readable; 'json' is the raw structured payload. | markdown |