Skip to main content
Glama

Server Details

Cloudflare Workers MCP server: ai-eval

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
lazymac2x/ai-eval-api
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: comparing multiple responses, scoring a single response against a prompt, and computing text metrics. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (compare_responses, score_response, text_metrics), making it easy to predict behavior.

Tool Count4/5

Three tools is slightly lean for a comprehensive evaluation suite, but each tool earns its place for core evaluation tasks. The count is acceptable given the focused domain.

Completeness4/5

The set covers key evaluation needs—comparison, scoring, and metrics—but lacks advanced features like rubric management or detailed feedback generation.

Available Tools

3 tools
compare_responsesCInspect

Compare and rank multiple AI responses to the same prompt

ParametersJSON Schema
NameRequiredDescriptionDefault
promptYes
responsesYes
Behavior2/5

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

No annotations provided, so description carries full burden. Only states 'compare and rank' without disclosing comparison methodology, ranking criteria, return format, or any side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence with no redundancy, but sacrifices necessary detail for brevity. Could include key behavioral or output info without becoming verbose.

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

Completeness2/5

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

No output schema, yet description omits what the tool returns (rankings, scores, comparison summary). Parameters are minimally documented; tool is simple but still missing critical context 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.

Parameters2/5

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

Schema has 0% description coverage. Description adds no meaning beyond parameter names ('prompt', 'responses') – does not explain constraints (e.g., responses must be from same prompt) or expected format.

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?

States specific verb 'Compare and rank' on resource 'multiple AI responses' to same prompt. Distinguishes from siblings 'score_response' and 'text_metrics' by focusing on comparison and ranking rather than scoring or metrics.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives like 'score_response' or 'text_metrics'. No explicit conditions or exclusions provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

score_responseBInspect

Score an AI response against a prompt using heuristic metrics (length, relevance, structure, completeness)

ParametersJSON Schema
NameRequiredDescriptionDefault
promptYesThe original prompt/question
criteriaNoOptional keywords that should appear in response
responseYesThe AI response to evaluate
Behavior2/5

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

No annotations provided, so description carries full burden. Mentions heuristic metrics but does not explain how they are computed, what the scoring range is, or any side effects. Lacks transparency about error handling or limitations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, 15 words. Efficient and front-loaded. Could be more specific without adding length, but no wasted content.

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

Completeness2/5

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

No output schema, and description does not explain what the tool returns (e.g., a single score, multiple scores, a structured evaluation). For a scoring tool, this omission leaves agents uncertain about the output format.

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% with each parameter described. The description adds context that the scoring is based on heuristic metrics, but this is a high-level purpose statement rather than per-parameter detail. Baseline 3 is appropriate.

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 explicitly states the tool scores an AI response against a prompt using heuristic metrics (length, relevance, structure, completeness). It clearly distinguishes from siblings: compare_responses compares two responses, text_metrics computes text metrics without a prompt.

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

Usage Guidelines3/5

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

Usage is implied (scoring a single response against a prompt), but no explicit guidance on when to use this tool versus compare_responses or text_metrics. No exclusions or alternatives are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

text_metricsCInspect

Get text quality metrics: word count, sentence count, estimated tokens, readability grade

ParametersJSON Schema
NameRequiredDescriptionDefault
textYes
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It lists the metrics computed but omits other behavioral traits such as input constraints, rate limits, or error handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence listing metrics, which is concise but lacks structural elements like sections or bullet points for clarity.

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?

Given low complexity (1 param, no output schema, no annotations), the description is adequate but incomplete. It does not specify the output format, which an agent might need to interpret results.

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

Parameters2/5

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

Schema has 0% description coverage for the single 'text' parameter. The description adds that 'text' is used to compute metrics but provides no details on format, length limits, or encoding.

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 computes text quality metrics including word count, sentence count, estimated tokens, and readability grade. It distinguishes itself from siblings 'compare_responses' and 'score_response' by focusing on metrics rather than comparison or scoring.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives. The description only lists what it does, with no mention of context, prerequisites, or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.