search
Find projects, boards, and items across your organization with a text query. Get matching results with IDs and links, then use an ID to retrieve the complete record.
Instructions
Full-text search across the projects, boards and items of the organization. Returns { results: [{ id, title, url }] } — the shape ChatGPT connectors and deep research expect; pass a result id to fetch for the full record. When you already know the board, query_items is cheaper and complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results, default 20 | |
| query | Yes | Search text | |
| projectId | No | Limit the search to one project |