Search across a Mudbase project
mudbase_search_documentsSearch documents across a Mudbase project with full-text queries, optionally restricting results to specific collections or fields.
Instructions
Full-text search across a Mudbase project's collections. Optionally scope to specific collections or fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1. Defaults to 1. | |
| limit | No | Results per page, max 100. Defaults to 20. | |
| query | Yes | The search query, 1 to 100 characters. | |
| fields | No | Comma-separated field names to restrict matching to. | |
| projectId | Yes | The Mudbase project ID. | |
| collections | No | Comma-separated collection slugs to restrict the search to. Omit to search all. |