Skip to main content
Glama

furl_purge

Permanently erase stored originals from the CCR store by providing a single CCR hash or setting 'all' to true.

Instructions

Permanently erase stored originals from the CCR store — the data-erase escape hatch (offloaded content otherwise persists for the session TTL). Pass EXACTLY ONE of: 'hash' (delete one entry by its CCR hash) or 'all'=true (wipe every entry). Returns how many entries were deleted. A hash that is already absent deletes nothing and is not an error. There is no undo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
allNoWhen true, erase EVERY stored entry. Mutually exclusive with 'hash'.
hashNoCCR hash of the single entry to erase (12 or 24 lowercase-hex chars). Mutually exclusive with 'all'.
Behavior5/5

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

Discloses permanence ('no undo'), the escape hatch context, offloaded content TTL behavior, and return value. No annotations provided, so description carries full burden and delivers well.

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?

Three sentences with no wasted words. First sentence states purpose and context, second explains parameters, third covers return and edge behavior. Front-loaded and efficient.

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

Completeness4/5

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

For a simple tool with 2 parameters and no output schema, the description covers all essential aspects: action, parameters, return count, and edge cases. Minor omission: behavior if both parameters provided, but mutual exclusivity is implied.

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?

Adds value beyond schema: specifies hash format ('12 or 24 lowercase-hex chars'), mutual exclusivity, and non-error on missing hash. Schema already covers descriptions, so credit for extra detail.

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 clearly states the tool's action ('Permanently erase stored originals from the CCR store'), uses specific verbs ('erase', 'purge'), and distinguishes it from sibling tools (e.g., furl_list, furl_retrieve). The 'escape hatch' metaphor further clarifies its role.

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?

Explicitly states 'Pass EXACTLY ONE of: hash or all=true' and notes that a missing hash is not an error. Does not explicitly contrast with alternatives like furl_compress, but the parameter constraints are clear.

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/omar-y-abdi/furl-ctx'

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