Skip to main content
Glama
Sisuthros

claude-amplifier

amplify_record_claim

Record an unverified lesson or insight as a claim with default confidence 0.5. Use for newly learned information not yet confirmed by tests or evidence.

Instructions

v1.4.0 — Record a lesson as an UNVERIFIED claim (default confidence 0.5). Use this for any 'I just learned X' moment that has not been confirmed by tests, commits, or user confirmation. Promote later with amplify_verify_claim. (amplify_learn remains for confirmed/legacy records.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYes
typeNo
titleYes
descriptionYes
contextNo
resolutionNo
preventionNo
severityNo
tagsNo
triggerNo
pattern_keyNoExplicit pattern grouping key for aggregation across worded variants.
initial_confidenceNoOverride starting confidence (default 0.5).
Behavior3/5

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

With no annotations, the description carries the burden. It discloses the unverified nature and default confidence but omits details like response format, error conditions, or duplicate handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Concise and front-loaded, conveying version, purpose, usage context, and sibling differentiation efficiently, though could be slightly more streamlined.

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

Completeness2/5

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

For a tool with 12 parameters and no output schema, the description lacks explanation for most parameters and does not describe the return value or behavior beyond recording, leaving significant gaps.

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

Parameters2/5

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

Schema coverage is only 17%; the description only clarifies 'initial_confidence' as an override. Most parameters (type, context, resolution, etc.) remain unexplained, failing to compensate for the schema's gaps.

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 it records an unverified claim with default confidence 0.5, distinguishing it from amplify_learn for confirmed/legacy records and mentioning promotion via amplify_verify_claim.

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 tells when to use this tool ('I just learned X' moments not confirmed) and when to use siblings (amplify_learn for confirmed records), providing clear 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/Sisuthros/claude-amplifier'

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