midnight-search-docs
Full-text search across official Midnight documentation to find guides, API docs, and conceptual explanations for blockchain development.
Instructions
Full-text search across official Midnight documentation. Use this to find guides, API documentation, and conceptual explanations about Midnight blockchain and the Compact language.
USAGE GUIDANCE: • Call at most 2 times per question - use different keywords if first search fails • For code examples, combine with midnight-search-compact or midnight-search-typescript • Use category filter to narrow results (guides, api, concepts)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Documentation search query | |
| category | No | Filter by documentation category (default: all) | |
| limit | No | Maximum results to return (default: 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | Array of search results | |
| totalResults | Yes | Total number of results returned | |
| query | Yes | The search query used | |
| warnings | No | Any warnings about the search |