kibela_search_notes
Search and retrieve Kibela notes using a specific query with the MCP Kibela server. Access stored information quickly to support note management and updates.
Instructions
Search Kibela notes by query
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Search query |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "Search query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}