Skip to main content
Glama
tdavis10002

icloud-notes-connector

Create Note

create_note

Create a note with a title and plain-text body in iCloud Notes, optionally specifying account and folder.

Instructions

Creates a new note with a title and plain-text body in the given account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesPlain-text body for the new note.
titleYesTitle for the new note.
folderNoFolder to create the note in. Omit to use the account's default folder.
accountNoAccount name. Defaults to "iCloud".
Behavior2/5

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

No annotations provided, so description bears full burden. It only states it creates a note, but doesn't disclose side effects, idempotency, permissions, or what happens on duplicate creation. Minimal behavioral insight.

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

Conciseness4/5

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

Single sentence, 14 words, front-loaded with the action. Efficient and to the point, though it could be expanded slightly without losing conciseness.

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

Completeness2/5

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

No output schema, so description should hint at return value, but it doesn't. Lacks error handling, response format, or any completeness for a creation tool. Missing critical context for agent to interpret result.

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

Parameters3/5

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

Schema coverage is 100%, so baseline is 3. The description adds context by mentioning 'plain-text body' and 'given account', which aligns with schema descriptions but doesn't add significant new meaning beyond them.

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

Purpose4/5

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

The description clearly states the tool creates a new note and specifies it involves a title, plain-text body, and account. It effectively distinguishes from siblings like update, read, delete, and move, though it doesn't explicitly contrast with them.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives, prerequisites, or when not to use. The description only states what it does, not context of use.

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/tdavis10002/icloud-notes-connector'

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