Text to search for in notes (optional - if not provided, returns all notes)
Input Schema (JSON Schema)
{
"properties": {
"searchText": {
"description": "Text to search for in notes (optional - if not provided, returns all notes)",
"type": "string"
}
},
"type": "object"
}