Skip to main content
Glama

site

What is compared

compare_criteria

The criteria and any filters of the US field service management platforms comparison.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.3/5.0
Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, and it discloses nothing: no return format, no read/write nature, no filtering behavior, no error conditions. The phrase 'any filters' hints at filter handling but does not clarify whether filters are inputs, outputs, or display constraints.

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?

The description is a single short clause with zero filler and the key term 'criteria' front-loaded. It earns conciseness credit, though the under-specification noted in other dimensions prevents a 5.

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?

Complexity is low (0 parameters, no output schema, no annotations), so little is required for completeness, but the description still fails to state what invoking the tool returns and how it differs from compare_options and compare_table. A minimal action statement plus one line of sibling differentiation would have sufficed.

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

Parameters4/5

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

The tool has 0 parameters and an empty input schema, so there is nothing to document and the baseline of 4 applies. The description adds no parameter meaning, but none is needed; the only wrinkle is that 'filters' could imply inputs that do not exist in the schema.

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

Purpose2/5

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

The description is a noun phrase with no action verb, so an agent cannot tell whether this tool lists criteria, accepts them, or compares them. It largely restates the title 'What is compared' ("the criteria ... of the ... comparison"), adding only the scope 'US field service management platforms.' This is closer to a tautology than a functional statement.

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 is given about when to use this tool versus siblings like compare_options, compare_table, or the enquiry_* tools. There are no exclusions, conditions, or alternative routing hints anywhere in the description.

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

A3.6/5.0
Disambiguation5/5

The comparison tools are cleanly separated by role: criteria are the dimensions, options are the entities, and the table is the cross-product. The enquiry tools are also distinct: describe explains the process, fields gives the schema, and submit_enquiry performs the action. There is no meaningful overlap between any pair.

Naming Consistency4/5

The comparison tools follow a consistent compare_ prefix with noun objects, while the enquiry tools are mostly enquiry_ prefixed except for submit_enquiry. This grouping is recognizable but not a single uniform verb_noun pattern across the entire set. The deviation is minor and does not cause confusion.

Tool Count5/5

At six tools, the server is tightly scoped to its two core functions: running a comparison and handling enquiries. Every tool has a distinct purpose and none feel redundant or missing. The count is appropriate for a focused site-specific server.

Completeness5/5

The comparison surface fully covers the domain: criteria, options, and the full results table. The enquiry surface covers the entire lifecycle from describing the process and field schema to the two-step confirmation submission. There are no obvious dead ends or missing operations for the stated functionality.

Resources