search_schema
Search API endpoints using a space-separated query that matches any word. Returns concise one-liners with pagination support.
Instructions
Search endpoints by query (multiple words = OR match). Returns compact one-liners by default. Supports pagination with limit/offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (space-separated words, matches ANY word) | |
| limit | No | Results per page (default: 10) | |
| offset | No | Starting index (default: 0) | |
| compact | No | If true (default), return one-liners. If false, return full JSON. |