Skip to main content
Glama
physics91

AI API MCP Server

by physics91

Compare

compare

Send one prompt to multiple AI models and review their responses side by side to evaluate output differences.

Instructions

Compare responses from multiple AI models

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelsYesList of model IDs to compare
promptYesThe prompt to send to all models
max_tokensNoMaximum tokens to generate
temperatureNoSampling temperature

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden but only states the basic action. It does not disclose cost implications of calling multiple models, execution order, concurrency, or error handling when a model fails. The presence of an output schema slightly lowers the need to explain return values, but operational behavior remains undocumented.

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?

A single front-loaded sentence with no wasted words, though it is arguably too terse for a tool with four parameters and cross-model behavior.

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?

For a tool that fans out to multiple models, the description omits key operational context such as whether calls happen in parallel, how results are aggregated, and any rate or cost considerations. With no annotations and no output details in the description, it is under-specified despite a clean schema.

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 all four parameters including prompt, models, max_tokens, and temperature are already documented. The description adds no parameter detail beyond what the schema provides; baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb (compare) and resource (responses from multiple AI models), which is clear and distinguishable from siblings generate and chat. It does not, however, explain how the comparison is presented or why one would use this over analyze.

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 versus siblings like generate, chat, or analyze is provided. The agent is left to infer that this is a multi-model comparative call from the description alone.

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

Deploy Server

Other Tools