Skip to main content
Glama

applescript-mcp

notes_search

Search Apple Notes for specific text within titles, bodies, or specified folders. Customize results by limiting output and including/excluding note bodies for precise retrieval.

Instructions

[Apple Notes operations] Search for notes containing specific text

Input Schema

NameRequiredDescriptionDefault
folderNoOptional folder name to search in
includeBodyNoWhether to include note body in results (default: true)
limitNoMaximum number of results to return (default: 5)
queryYesText to search for in notes (title and body)

Input Schema (JSON Schema)

{ "properties": { "folder": { "description": "Optional folder name to search in", "type": "string" }, "includeBody": { "description": "Whether to include note body in results (default: true)", "type": "boolean" }, "limit": { "description": "Maximum number of results to return (default: 5)", "type": "number" }, "query": { "description": "Text to search for in notes (title and body)", "type": "string" } }, "required": [ "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/joshrutkowski/applescript-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server