Skip to main content
Glama

site

The options

compare_options

The options in the Who may broker the sale of a US private company 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.9/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It discloses that filtering is optional and indicates the output fields, which is useful. However, it does not state what happens when no filter is provided, whether this is a read-only operation, or how filtering behaves with the filterKey/filterValue parameters.

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 compact sentence with no filler. It front-loads the core resource and adds filtering context efficiently, though the awkward phrase 'The options in...' detracts slightly from structure.

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?

Given no output schema, no annotations, 0% parameter coverage, and several sibling tools, the description is incomplete. It misses parameter semantics, usage distinctions, and behavioral defaults, leaving an agent to infer too much when deciding to invoke it.

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 coverage is 0%, so the description must compensate for the undocumented filterKey and filterValue parameters. The phrase 'optionally filtered by a tag value' hints at filterValue's purpose, but filterKey remains unexplained, and the relationship between the two parameters is not clarified.

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?

The description identifies the resource clearly: the options in a specific comparison, including the fields returned (name, what it is best for, tags). It is understandable and specific enough for an agent to know what the tool returns, though it lacks an explicit verb like 'list' or 'retrieve' and does not contrast with sibling tools.

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?

The description gives a context ('Who may broker the sale of a US private company comparison') and mentions optional tag filtering, but it provides no guidance on when to choose this tool over siblings like compare_criteria or compare_table, and no exclusions or prerequisites.

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.4/5.0
Disambiguation5/5

Each tool targets a clearly separate concern: comparison criteria, comparison options, the full comparison table, the enquiry explanation, the enquiry field schema, and submission. There is no real overlap or ambiguous boundary between any of the six tools.

Naming Consistency3/5

The compare_* and enquiry_* prefixes give some structure, but the pattern is inconsistent: compare_criteria and compare_table use a verb-like prefix while enquiry_describe and enquiry_fields use noun-first naming, and submit_enquiry breaks the enquiry_ prefix convention. The names remain readable but do not follow a single predictable pattern.

Tool Count5/5

Six tools is a well-scoped count for this server's purpose: three tools expose a comparison, two describe the enquiry form and flow, and one submits the enquiry. Nothing feels redundant or missing at the tool-count level.

Completeness5/5

The server covers the full apparent lifecycle for its purpose: users can inspect the comparison criteria, available options, the full comparison table, understand what submitting an enquiry does, see all required fields, and submit with a two-step confirmation. No obvious dead ends or missing operations exist for the stated domain.

Resources