Skip to main content
Glama

applescript-mcp

notes_get

Retrieve a specific note from Apple Notes by its title using AppleScript through the MCP server. Optional folder search to locate the note efficiently.

Instructions

[Apple Notes operations] Get a specific note by title

Input Schema

NameRequiredDescriptionDefault
folderNoOptional folder name to search in
titleYesTitle of the note to retrieve

Input Schema (JSON Schema)

{ "properties": { "folder": { "description": "Optional folder name to search in", "type": "string" }, "title": { "description": "Title of the note to retrieve", "type": "string" } }, "required": [ "title" ], "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