Skip to main content
Glama

record_bench_result

Record simulation or measurement results, optionally confirm or falsify hypotheses, and automatically update hypothesis status to close the feedback loop.

Instructions

Record a simulation or measurement result, optionally confirming/falsifying a hypothesis.

    Links bench results to hypotheses to close the hypothesis→bench→feedback loop.
    When a hypothesis is tested, its status is automatically updated.

    Args:
        setup: Testbench setup description (e.g., "CS amp, W/L=10/0.18, VDD=1.8V").
        metric: Measured results (e.g., "gain=22dB, BW=150MHz").
        conclusion: What this result means.
        bench_type: "simulation", "measurement", or "calculation".
        corner: Process/temperature corner (e.g., "SS -40C").
        tests_hypothesis: Hypothesis ID to confirm or falsify (optional).
        confirms: True if the result confirms the hypothesis, False if it falsifies.

    Returns:
        The bench result ID.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
setupYes
cornerNo
metricYes
confirmsNo
bench_typeNosimulation
conclusionYes
tests_hypothesisNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the key side effect: testing a hypothesis automatically updates its status. It also states the return value. Though it doesn't discuss permissions or failure modes, the main behavioral trait is well covered.

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 well-structured with sections for summary, context, args, and returns. Every sentence adds value, and the length is appropriate for the 7-parameter tool. It front-loads the purpose clearly.

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

Completeness5/5

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

The description covers the operation, side effects, all parameters, and the return value. Given the tool's complexity (7 params, 3 required) and lack of annotations, this is a complete description that would allow correct invocation.

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

Parameters5/5

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

Schema coverage is 0%, so the description must compensate. It provides detailed explanations for all 7 parameters, including examples and default values (e.g., corner, bench_type, confirms). This fully compensates for the sparse schema.

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 simulation or measurement result and optionally links it to a hypothesis. This distinguishes it from sibling tools like record_hypothesis and record_decision by specifying the resource ('bench result') and the linking behavior.

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?

It provides clear context by mentioning the hypothesis→bench→feedback loop, implying when to use it. However, it lacks explicit 'when not to use' or named alternatives, so it falls short of a 5.

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/xz0831/openclaw-brain'

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