delete_note
Delete a note from the scratchpad by providing its key. Removes the targeted note to clean up the note-taking workspace.
Instructions
Delete a note from the scratchpad
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Note key/name |
Delete a note from the scratchpad by providing its key. Removes the targeted note to clean up the note-taking workspace.
Delete a note from the scratchpad
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Note key/name |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says 'Delete a note from the scratchpad' without mentioning that deletion is permanent, whether it is idempotent, what happens if the key does not exist, or what is returned. This is a destructive operation with minimal transparency.
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, front-loaded with the verb and resource, and contains no filler or redundant information. It is appropriately sized for such a simple operation.
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?
The tool is simple with one well-documented parameter, so the description is minimally adequate. However, the absence of annotations and an output schema, combined with the lack of any behavioral caveats (e.g., permanence, error behavior), leaves some uncertainty for the agent. More detail would make it fully complete.
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?
The single parameter `key` is fully documented in the schema ('Note key/name'), giving 100% schema description coverage. The description itself adds no additional parameter semantics, so the baseline score of 3 is appropriate.
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') and the target resource ('a note from the scratchpad'), distinguishing it from sibling note tools like set_note, get_note, and list_notes. It names the exact operation without ambiguity.
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 intended usage is implied by the verb and resource: use this when you need to delete a note. However, there is no explicit guidance about when to use it versus alternatives, nor any prerequisites or consequences.
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/wellingtonlee/esquie'
If you have feedback or need assistance with the MCP directory API, please join our Discord server