index-query
Query and retrieve indexed notes by specific keys or full-text search. Quickly find relevant information and organize data efficiently using advanced search capabilities.
Instructions
Query notes by key or full-text search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| limit | No | ||
| text | No |
Input Schema (JSON Schema)
{
"properties": {
"key": {
"type": "string"
},
"limit": {
"type": "number"
},
"text": {
"type": "string"
}
},
"type": "object"
}