Skip to main content
Glama
AlgoChains

AlgoChains MCP Server

Official
by AlgoChains

capture_learning_signal

Idempotent

Record agent action outcomes to identify success patterns and improvement areas, enabling continuous learning from accumulated signals.

Instructions

Record the outcome of an agent action or skill invocation for continuous learning. After 30+ signals, patterns emerge: which skills produce the best outcomes, where failure is common, what to improve. Stored in state/learning_signals.jsonl (append-only audit log). Use after any significant agent action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
botNoWhich bot this relates to (MNQ, CL, MES, NQ, all)
agentNoWhich agent captured this (cursor, claude, windsurf, openclaw)
notesNoFree-text notes about what happened and why
ratingNo1-10 quality rating (10 = perfect/euphoric result). Optional.
outcomeYes
session_idNoOptional session ID for grouping related signals
skill_usedNoName of skill invoked (e.g. 'bot-diagnostics')
action_typeYes
action_descriptionYesShort description of what was done (< 200 chars)
Behavior2/5

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

The description reveals the append-only nature of the storage, which contradicts the idempotentHint annotation (true). While it adds context about learning after 30+ signals, the contradiction undermines trust in the tool's behavior.

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 concise with three sentences that front-load the core purpose. No fluff or redundant information; every sentence adds value.

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?

The description covers purpose, usage timing, storage location, and learning outcome. For a recording tool with 9 parameters and no output schema, this is fairly complete, though it omits details on duplicate signals or side effects.

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?

With 78% schema description coverage, the input schema already documents most parameters. The description does not add significant new semantic meaning beyond what the schema provides, such as detailed usage tips for specific parameters.

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 verb 'Record' and the resource 'outcome of an agent action or skill invocation' with a specific purpose for continuous learning. It distinguishes itself from siblings like get_learning_signals and store_trade_lesson by focusing on recording actions for pattern emergence.

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 advises using the tool after any significant agent action, providing a general usage context. However, it does not explicitly state when not to use it or compare it to alternative tools like get_learning_signals for retrieval or store_trade_lesson for trade-specific lessons.

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/AlgoChains/algochains-mcp-server'

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