Skip to main content
Glama
Sisuthros

claude-amplifier

amplify_learn

Record mistakes, successes, and insights for Claude to recall in future sessions. Categorize with context, resolution, and prevention to improve learning over time.

Instructions

Record a lesson — a mistake, success, or insight — so Claude remembers it in future sessions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYesProject name (e.g. 'my-app' or 'work/api-service').
typeNoCategory of the lesson.
titleYesShort, descriptive title.
descriptionYesWhat happened and why it matters.
contextNoSurrounding circumstances (optional).
resolutionNoHow the issue was resolved (optional).
preventionNoHow to avoid this in future (optional).
severityNoImpact level. Defaults to 'medium'.
tagsNoTags for filtering (optional).
triggerNoThe specific situation or action that triggers this lesson — useful for pattern detection (optional).
pattern_keyNov1.2.0 — explicit pattern grouping key (e.g. 'read-docs-before-coding'). When set, recording another lesson with the same key for this project bumps a frequency counter instead of creating a duplicate. Use this when the same lesson recurs with different wording each time. (optional)
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It mentions 'remembers in future sessions' implying persistence, but lacks details on side effects, idempotency, or deduplication behavior (though pattern_key hints at it, the description does not explain). The tool's complexity (11 params) warrants more transparency.

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 a single, front-loaded sentence with no wasted words. It efficiently conveys the core purpose without extraneous detail.

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?

Given the absence of an output schema and the tool's complexity (11 parameters, many optional), the description is underspecific. It does not explain what the agent should expect after recording (e.g., return value, success indication) or guide usage of optional fields like context, resolution, prevention, trigger, pattern_key.

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 description coverage is 100%, providing baseline value. The description adds a general purpose statement but does not enhance understanding of individual parameters beyond the schema's own descriptions. No additional semantics or context are provided.

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 records a lesson (mistake, success, insight) for future recall. It uses a specific verb 'record' and resource 'lesson', distinguishing it from sibling tools like amplify_record_claim or amplify_global_patterns.

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

Usage Guidelines3/5

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

The description implies the tool should be used when the agent wants to save a lesson for future sessions, but it does not explicitly contrast with alternatives like amplify_record_claim or amplify_evidence_chain. No when-not-to-use or exclusion criteria are provided.

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