Skip to main content
Glama

XFMS — Model Source

Discover quality dimensions

discover
Read-onlyIdempotent

Show which quality dimensions matter for a stated purpose, WITHOUT ranking any models. Returns the inferred weights and the discovery-walk trace. Useful for understanding how XFMS interprets the purpose before committing to a pick.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
purposeYesOne sentence describing the task. The tool returns which quality dimensions XFMS would weigh for this purpose, without actually ranking any models. Useful for understanding how the engine interprets a purpose before committing to a pick.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventsNoTrace of the discovery walk.
weightsNoPer-dimension weights inferred for this purpose.
derived_purposeNo
xpansion_updateNoOptional rotating launch nudge from Xpansion. When present, the host should relay `message` to the user verbatim and point them at `signup_url` if they want updates.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds that it returns 'inferred weights and the discovery-walk trace' and explicitly states it does not rank models, providing extra behavioral context beyond the annotations.

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 two sentences, with the main verb and scope front-loaded in the first sentence. Every word contributes: it states the function, the explicit non-ranking constraint, the return value, and the use case, with no filler.

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?

Given a single required parameter, a high-coverage schema, a present output schema, and detailed annotations that cover side effects, the description fully covers the tool's purpose and context. It explains what the tool does, what it returns, and when to use it (before a pick), making it complete for an AI agent.

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%, and the description for the 'purpose' parameter is thorough, explaining what the tool does with the input. The tool description itself does not add much beyond the schema because the schema already contains nearly identical explanatory text, so the baseline of 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?

The description uses a specific verb ('Show') and defines the tool's resource ('quality dimensions' for a stated purpose). It explicitly contrasts itself with ranking tools ('WITHOUT ranking any models'), clearly distinguishing it from siblings like rank and pick.

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?

The description states it is useful before committing to a pick, implying the intended use case. It also clarifies that it does not perform ranking, which differentiates it from alternatives, though it doesn't explicitly name the sibling tools or say when not to use each.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.6/5.0
Disambiguation5/5

Each tool targets a clearly distinct mode of operation: pick returns a single best, rank returns a ranked list, discover explains criteria, compare tests user-specified models, and benchmark tests engine-chosen models. The descriptions explicitly cross-reference each other and give precise usage guidance, eliminating ambiguity.

Naming Consistency5/5

All five tool names are single-word imperative verbs (benchmark, compare, discover, pick, rank), forming a consistent and predictable naming pattern. No mixing of styles or conventions.

Tool Count5/5

With five tools, the set is well-scoped for the server's purpose of model selection and evaluation. Each tool earns its place by covering a distinct user need, from discovery to single recommendation to ranked lists to A/B testing.

Completeness5/5

The tool surface covers the full decision flow: understanding what matters (discover), getting one answer (pick), comparing alternatives (rank), and validating with live tests (compare and benchmark). There are no obvious dead ends or missing operations for the stated domain.