Search Coda Docs
coda_search_docsSearch across accessible Coda documents by title keyword to find matching docs with id, name, and browser link.
Instructions
Search across all accessible Coda documents by title keyword.
Args:
query (string): Search term
limit (number): Max results (default 25)
response_format: 'markdown' or 'json'
Returns: Matching docs with id, name, browserLink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (1–500, default 25) | |
| query | Yes | Search keyword | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |