note_delete
Delete a note by providing its key. Removes the note permanently from the storage.
Instructions
Delete a note by key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes |
Delete a note by providing its key. Removes the note permanently from the storage.
Delete a note by key.
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the full burden. It indicates deletion but does not disclose any side effects (e.g., permanence, permissions needed, error behavior). The agent lacks critical behavioral context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence with no wasted words. However, its brevity omits necessary details, making it less effective than a slightly longer but more informative description.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter tool, the description lacks completeness: no info on success/error responses, idempotency, or return value. Annotations and output schema are absent, so the agent has minimal context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description only mentions 'by key' without explaining the format or meaning of 'key'. The schema provides only type and minLength, so the agent cannot infer the expected value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action (delete), resource (note), and identifier (by key). It distinguishes from sibling tools like note_get, note_set, and note_list, as deletion is a unique operation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives, no prerequisites, no warnings about irreversible actions. It simply states the operation without context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EricAgyemang478/mcp-server-template'
If you have feedback or need assistance with the MCP directory API, please join our Discord server