Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the Florida HVAC Replacement Cost enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.

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

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It transparently states what the tool exposes and that the allowed options are included only 'where there are any'. The no-parameter, read-only nature is implied, though not explicitly stated as 'returns no side effects'.

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 compact, information-dense, and front-loads the main content before the usage guidance. Every sentence earns its place, with no fluff or redundant restatement of the tool name.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple no-parameter lookup tool, the description conveys the substantive content and how the results connect to submit_enquiry. The only minor gap is that it does not specify the exact return container (array versus object), but the enumerated field details largely cover what an agent needs.

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 zero parameters and schema coverage is 100%, so there is no parameter documentation gap. The baseline of 4 applies because there is nothing for the description to add about parameter usage.

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 clearly identifies the resource (every field of the Florida HVAC Replacement Cost enquiry) and the specific attributes returned (key, label, type, required, help text, allowed options). It lacks an explicit verb like 'returns' or 'lists', and it does not directly contrast with enquiry_describe, so it falls just short of full differentiation.

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 gives clear context for how to use the output: pass answers to submit_enquiry keyed by field key. This implicitly differentiates it from submit_enquiry. However, it does not explicitly state when to use enquiry_fields versus enquiry_describe, leaving some inference required.

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

Each tool has a clearly distinct role: one explains the process, one provides the field schema, and one performs the actual submission. No two tools overlap in purpose.

Naming Consistency3/5

The naming pattern is inconsistent: two tools use the enquiry_ prefix while the third uses submit_enquiry, and the first tool puts the verb after the noun. The names remain readable, but the convention is not unified.

Tool Count5/5

Three tools is well-scoped for this server's narrow purpose: describe the process, list the required fields, and submit the enquiry. Each tool has a clear reason to exist.

Completeness5/5

The tool surface covers the full enquiry lifecycle for this domain: understanding what will happen, retrieving the exact schema and options, and submitting with a two-step confirmation flow. No obvious dead ends or missing operations.

Resources