Skip to main content
Glama
ashishakkumar

Apple Notes MCP

get-note

Fetch a note's full content and details by exact title. Specify an optional folder to avoid homonym conflicts and retrieve the correct note.

Instructions

Get a note's full content and details by exact title. Optional folder scopes the title lookup to that folder — pass it whenever you know which folder the target note lives in to avoid shadowing by homonyms in other folders/accounts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
folderNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the burden. It discloses a key behavioral trait: without a folder, homonyms in other folders/accounts may shadow the target note. This goes beyond the generic 'get' operation and adds valuable context, though it doesn't mention read-only nature or error handling, which are less critical given the output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the core action, and efficiently communicates the primary purpose and the optional parameter's rationale. Every word earns its place with no fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple 2-parameter tool with an output schema, this description covers the essential purpose and behavioral nuance. The folder scoping warning is especially valuable for avoiding pitfalls. No additional context seems necessary.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully compensates. It explains that 'title' is an exact match and that 'folder' scopes the lookup, including the shadowing caveat. This provides meaningful semantics beyond the raw schema field names and types.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Get a note's full content and details by exact title' with a specific verb ('Get'), resource ('note'), and qualifier ('full content and details', 'exact title'). This clearly differentiates from siblings like search-notes (searching) and list-notes (listing), as it focuses on retrieval by exact title.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context for when to use the tool: when you need full content by exact title. It also provides guidance for the optional folder parameter, advising to pass it to avoid homonym shadowing. However, it does not explicitly compare to alternatives or state when not to use it, which would earn a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/ashishakkumar/Apple-Notes-MCP'

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