search_boards
Search boards in a workspace using full-text search on titles. Supports pagination, sorting, and filtering by board IDs.
Instructions
Search boards (Elasticsearch-backed) — prefer listBoards
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated board IDs. | |
| page | No | 1-based page number for paginated list endpoints. | |
| Space | No | Optional sub-space ID for further scoping inside the workspace. | |
| search | No | Full-text search over board titles. | |
| ordering | No | Sort order (e.g. `-modified`). | |
| page_size | No | Page size for paginated list endpoints. | |
| Organization | No | Workspace (organization) ID the request is scoped to. |