Skip to main content
Glama
respanai

Respan MCP Server

Official
by respanai

run_evaluator

Run an evaluator on a single log or span to verify its scoring and cost before scaling to broader experiments. Get immediate results for one record.

Instructions

Run an evaluator on a single log/span to verify it works.

This is for quick verification of one record (e.g. confirm an evaluator scores as expected before running broader experiments). For scoring many records, create an experiment instead.

Returns the actual score (boolean_value / numerical_value / etc.) and cost.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
log_idYesThe span/log unique ID to score (from list_experiment_spans, list_traces, etc.).
evaluator_idYesThe unique identifier of the evaluator to run.
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 the tool returns the actual score and cost, which is useful. However, it does not explicitly state whether the operation is read-only or has side effects, leaving some behavioral uncertainty.

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 three sentences, front-loaded with the core purpose, and includes a use case and an alternative. Every sentence is informative with no fluff.

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, and return values, which is substantial for a simple 2-parameter tool with no output schema. It lacks explicit side-effect disclosure but is otherwise complete enough for an agent to select and invoke correctly.

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 both parameters. The description adds minimal extra meaning by referencing 'single log/span', but does not compensate with additional parameter details beyond what the schema provides.

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?

Description clearly states it runs an evaluator on a single log/span to verify it works, using a specific verb and resource. It also distinguishes from broader experiments by noting they are for scoring many records, unlike this single-record tool.

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 provides when to use ('quick verification of one record') and when not to ('For scoring many records, create an experiment instead'), naming an alternative. This is excellent usage 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/respanai/respan-mcp'

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