Skip to main content
Glama
Sisuthros

claude-amplifier

amplify_context_load

Load saved context for a project at session start to recall past decisions, lessons, and patterns.

Instructions

Load saved context (decisions, lessons, patterns) for the current project at the start of a session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNoProject name. Use this OR project_path.
project_pathNoAbsolute path to the project root; the final directory name is used as the project name.
typesNoWhich data types to load. Defaults to ['lessons','decisions','patterns']. Pass 'all' to include everything.
max_tokensNov1.4.1 — soft token budget for the rendered context. Default 4000. If exceeded, lower-priority lessons are dropped and the output notes 'Showed top N of M'. Use ~20000 to see everything in a large project.
priorityNov1.4.1 — how to rank lessons when truncating. 'smart' (default) = frequency × 2 + confidence × 3 + recency_bonus + status_weight. 'recent' = newest first. 'frequency' = most-repeated first.
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only states that it loads context, but does not mention whether the operation is read-only, side effects, or what happens if the project doesn't exist. This leaves significant gaps for an agent.

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 sentence with no fluff. It is front-loaded with the core action and resource, making it efficient and easy to parse.

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?

There is no output schema, yet the description does not explain what the tool returns (e.g., loaded context, a summary, or just confirmation). For a tool with 5 parameters, more context on parameter interactions or output behavior is needed for completeness.

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 baseline is 3. The description does not add meaning beyond the schema; it merely restates the purpose. Details like token budget and prioritization are adequately covered in the schema, not the description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool loads saved context (decisions, lessons, patterns) for the current project at the start of a session. It uses a specific verb and resource, but does not explicitly differentiate from sibling tools like amplify_learn 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 usage at the start of a session, but does not provide explicit guidance on when not to use, prerequisites, or alternatives among siblings. The context is clear but lacks exclusions.

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