Skip to main content
Glama
MikeyBeez

MCP Continuation Notes

by MikeyBeez

continuation_cleanup_old

Permanently delete an old continuation note. Use this only when you're certain the note is no longer needed, as deletion is irreversible.

Instructions

Delete an old continuation note. READ IT FIRST -- this is destructive and the note is the only copy. Normally you do not need this at all: continuation_write replaces the note, and continuation_read_and_cleanup does the read-then-delete in the right order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description fully carries the burden and excellently discloses destructiveness ('this is destructive and the note is the only copy') and the recommended safety practice ('READ IT FIRST'). It warns of data loss risk clearly.

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 compact yet information-dense. The critical warning is front-loaded, and each sentence adds value without redundancy.

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 zero-parameter destructive tool, the description covers all essential aspects: purpose, safety warning, and alternatives. No output schema exists, but the tool likely returns simple confirmation, which is not critical to note.

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

Parameters4/5

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

There are zero parameters, so the baseline is 4. The description adds no parameter details because none exist; the schema is empty and coverage is 100%, so nothing is missing.

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 explicitly states 'Delete an old continuation note' with a specific verb and resource, and differentiates from siblings by noting when it's not needed. It clearly identifies the tool's function and scope.

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

Usage Guidelines5/5

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

Explicitly says 'Normally you do not need this at all' and names two alternatives (continuation_write and continuation_read_and_cleanup) with their appropriate use cases, providing clear when-to-use and when-not-to-use guidance.

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/MikeyBeez/mcp-continuation-notes'

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