Skip to main content
Glama

popper_learn

Record TDD test outcomes (held, false_alarm, missed) to feed UltraPopper's knowledge base, improving refutation accuracy with real evidence.

Instructions

Record TDD-execution outcomes for the active contract so UltraPopper's KB learns from what actually held up under test. kind: 'held' (a refutation finding confirmed by a failing test), 'false_alarm' (a finding that did NOT reproduce), or 'missed' (a defect the tests found that refutation did not — the sharpest signal). Folded into the KB on the next popper_refute; held/missed need evidenceAnchors to ground.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
outcomesNoThe outcomes to record (a JSON string is accepted and parsed).
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that outcomes affect the KB on future refutation, but does not mention idempotency, error states, or safety implications like data persistence.

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?

Two sentences: first defines purpose, second defines kinds and critical requirement. No filler or repetition. Ideal conciseness.

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?

Given no output schema and a single parameter, the description covers the core usage. It explains kinds and evidenceAnchors. Lacks info on whether outcomes are appended or replaced, and the return value, but is generally sufficient for an agent to use correctly.

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

Parameters4/5

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

With 100% schema coverage, baseline is 3. The description adds value by explaining the meaning of each kind and emphasizing that held/missed require evidenceAnchors, which the schema lists as optional but the description clarifies as necessary for those cases.

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's verb and resource: 'Record TDD-execution outcomes for the active contract.' It uniquely distinguishes from siblings like popper_hypothesize and popper_refute by focusing on learning from test results.

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 explains when outcomes are folded in ('on the next popper_refute') and notes that held/missed need evidenceAnchors, providing implicit usage context. However, it does not explicitly contrast with sibling tools.

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/Pranaav003/ultrapopper'

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