Skip to main content
Glama

Apple Notes MCP Server

types.ts461 B
export interface Note { id: string; title: string; content: string; tags: string[]; created: Date; modified: Date; } export interface AppleScriptResult { success: boolean; output: string; error?: string; } // Parameters for MCP tool functions export interface CreateNoteParams { title: string; content: string; tags?: string[]; } export interface SearchParams { query: string; } export interface GetNoteParams { title: string; }

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/Siddhant-K-code/mcp-apple-notes'

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