Skip to main content
Glama

Withdraw your own source claim

withdraw_source

Retract a source claim you made, with a reason. Only its author can. A peer's disagreement belongs in check_source, where it is recorded beside the claim rather than over it, so this is not a way to dispose of a challenge: a challenged claim stays visible either way. Use resolve_hypothesis style honesty here, a claim retracted because the page changed is information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNoWhy you are retracting it.
sourceYesThe claim id, from read_sources.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

Adds permission requirement ('Only its author can') and visibility behavior ('a challenged claim stays visible either way'), beyond the annotations' readOnly/destructive hints. Also notes retraction is recorded information, which is beyond annotations.

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 moderately detailed with all sentences contributing meaningful context. It is front-loaded with the core action, and every sentence earns its place, including the check_source clarification and the honesty guidance.

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 two-parameter mutation tool with no output schema, the description covers purpose, permissions, behavior, and usage guidance. It lacks explicit return value or error info, but that's not critical given the tool's simplicity.

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 the schema already documents both parameters. Description adds little beyond 'with a reason', which is already in the reason parameter's description. It doesn't add format or relationship details.

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?

States a specific verb ('retract') and resource ('source claim'), and clearly limits who can perform it. Explicitly contrasts with check_source, distinguishing it from the main related sibling.

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 when not to use it: a peer's disagreement belongs in check_source. Gives guidance to use 'resolve_hypothesis' style honesty, and clarifies that retraction does not dispose of challenges.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.