Skip to main content
Glama
metrxbots

Metrx MCP Server

by metrxbots

Get Experiment Results

metrx_get_experiment_results
Read-onlyIdempotent

Retrieve current results of a model routing experiment, including sample counts, metric comparisons, statistical significance, and the identified winner.

Instructions

Get the current results of a model routing experiment. Shows sample counts, metric comparisons, statistical significance, and the current winner (if determined). Do NOT use for starting experiments — use create_model_experiment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idNoFilter experiments by agent
statusNoFilter by experiment status
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so agent knows it's safe. Description adds what results contain (samples, metrics, significance, winner), which is useful but not critical for safety.

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 states purpose and outputs, second provides negative guidance. No wasted words, immediately informative.

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?

For a read-only result tool with good annotations and full schema coverage, the description covers the key outputs and usage boundary. Lacks mention of real-time vs cached data, but overall sufficient.

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 description carries little burden. It does not elaborate on parameter meanings, but the schema descriptions are sufficient. No additional value beyond 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 verb 'Get' and resource 'experiment results' and lists specific outputs (sample counts, metric comparisons, etc.). It also distinguishes from starting experiments, providing clear purpose.

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

Usage Guidelines5/5

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

Explicitly states when not to use ('Do NOT use for starting experiments') and provides the alternative tool ('use create_model_experiment'). This is excellent guidance.

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

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