Skip to main content
Glama

capture_learning

Record reusable insights from pipeline decisions and milestones. Categorize patterns with evidence and confidence to inform future decisions.

Instructions

Capture a reusable learning/pattern to learnings.json. Called after key decisions, verdicts, and pipeline milestones.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsYesSearchable keywords for retrieval
stageYesWhich SOP/stage generated this learning (e.g. 'scout', 'stress-test')
patternYesOne sentence — the reusable insight
categoryYesLearning category
evidenceYesWhat data supports this pattern
pipelineYesMarket name / pipeline that produced this learning
applies_toYesWhat future decisions this informs
confidenceYesConfidence level based on evidence strength
Behavior3/5

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

Annotations are all false (readOnly, destructive, etc.), providing no behavioral cues. The description adds that the tool 'captures' data to a file, implying a write operation, but lacks details on behavior like idempotency or side effects. With limited annotations, more transparency would be beneficial.

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 two sentences, front-loaded with the core purpose, and contains no extraneous information. It earns its place efficiently.

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

Completeness3/5

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

The tool has 8 required parameters and no output schema. The description does not explain the return value or provide guidance on populating the parameters (e.g., how to format evidence or tags). While clear for simple use, it lacks completeness for a parameter-heavy tool.

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%, so the schema already documents all 8 parameters. The description does not add any parameter-specific meaning beyond the schema, resulting in a baseline score of 3.

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 'capture' and the resource 'reusable learning/pattern to learnings.json'. It also provides context ('after key decisions, verdicts, and pipeline milestones'), distinguishing it from sibling tools like 'lessons' which may be more general.

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

Usage Guidelines4/5

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

The description explicitly states when to use the tool ('after key decisions, verdicts, and pipeline milestones'). However, it does not mention when not to use it or provide alternatives, which would improve clarity further.

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/ZionHopkins/asset-factory-mcp'

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