Search Nanostores documentation
nanostores_docs_searchSearch Nanostores documentation by topic or store type to find guides, API references, and best practices for state management.
Instructions
Find Nanostores documentation by topic or store kind. Use query for free-text search across guides, API references, and best practices. Use storeKind to get docs relevant to a specific store type (atom, map, computed, etc.). Combine both to search within store-relevant pages. To read full page content, use the nanostores://docs/page/{id} resource. Example: {query: "persistent storage"} or {storeKind: "computed"} or {query: "batched", storeKind: "computed"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query for documentation. Required unless storeKind is provided. | |
| storeKind | No | Find docs relevant to this store type. Can be used alone or with query. | |
| limit | No | Maximum number of results | |
| tags | No | Filter by tags (e.g., ['react', 'persistent']) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| storeKind | No | ||
| results | Yes |