Skip to main content
Glama

The options

compare_options

The options in the US field service software for electrical contractors comparison (name, what it is best for, tags), optionally filtered by a tag value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterKeyNo
filterValueNo

Schema Changelog

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

  1. First observed

TDQS

C2.4/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 of behavioral disclosure. It mentions optional filtering but does not state whether the operation is read-only, whether results are paginated, what the output format is, or any side effects. This is insufficient for a tool with zero annotation coverage.

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 sentence, which is concise, but it is somewhat convoluted and lacks front-loading of the core action. The phrasing 'The options in the US field service software for electrical contractors comparison' is awkward and could be clearer, though it doesn't waste words.

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 with no output schema and no annotations, the description is insufficient. It does not clarify what 'options' are, how they relate to sibling tools, the meaning of filtering, or the expected return structure. An agent would likely need to inspect the schema or make assumptions.

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?

The schema has 0% description coverage and the description does not map filterKey and filterValue to the 'tag value' filtering concept. It mentions optional filtering but leaves the exact parameter roles ambiguous, failing to add meaningful value beyond the bare schema.

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

Purpose3/5

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

The description states the tool returns options in a US field service software comparison, listing fields (name, best-for, tags) and optional filtering. However, it doesn't explicitly state the action verb (e.g., 'lists' or 'returns') and lacks differentiation from sibling tools like compare_criteria or compare_table, leaving the specific resource vague.

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 provided on when to use this tool versus siblings. It implies filtering by tag but doesn't mention alternatives, exclusions, or prerequisite context. An agent would not know if this is the right tool for a given comparison task.

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

B3.3/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: comparison data (criteria, options, table) and enquiry flow (describe, fields, submit). No overlap or ambiguity in tool roles.

Naming Consistency3/5

Naming follows two patterns: comparison tools use verb-first (compare_*) while enquiry tools mostly use noun-first (enquiry_*) except submit_enquiry which is verb-first. Mixed conventions but still readable and predictable within each group.

Tool Count5/5

Six tools is well-scoped for a comparison site with an enquiry submission flow. Each tool serves a necessary, distinct function without bloat.

Completeness5/5

The tool set covers the full user journey: exploring comparison data (criteria, options, full table) and submitting an enquiry (fields, description, submission). No obvious gaps in the core workflow.

Resources