Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the Texas Solar Cost Calculator 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

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It does convey that this is a metadata/field-listing operation and that its keys feed into submit_enquiry, implying a read-only, non-mutating behavior. However, it does not explicitly state that it performs no submission, makes no changes, or describe how the field data is returned.

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 concise and well-structured: the first sentence states what is included, and the second provides actionable usage guidance. It contains no filler or repetition.

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 zero-parameter metadata tool with no output schema, the description is largely complete: it specifies the fields and properties returned and connects the tool to the sibling submit_enquiry workflow. It could mention response format or ordering, but those are minor gaps for a field-listing utility.

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, so the baseline is 4; there is no input schema for the description to compensate for. The description adds useful semantic meaning by highlighting the 'key' field and how it maps to submit_enquiry answers.

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 tool as exposing every field of the Texas Solar Cost Calculator enquiry and enumerates what each field definition contains: key, label, type, required, help text, and options. It is distinguishable from siblings by focusing specifically on enquiry field metadata, though it lacks an explicit verb like 'returns' or 'lists'.

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 provides a clear usage cue: the field keys returned should be used when passing answers to submit_enquiry. This gives practical context for when the tool is useful, even though it does not explicitly compare against enquiry_describe or calculate.

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 purpose: calculate runs the calculator, calculator_describe explains it, enquiry_describe explains the enquiry flow, enquiry_fields provides field definitions, and submit_enquiry performs the submission. No overlap or ambiguity.

Naming Consistency3/5

Naming is somewhat mixed: verb-noun (submit_enquiry), single verb (calculate), noun-verb (calculator_describe, enquiry_describe), and noun-noun (enquiry_fields). While the two describe tools follow a consistent pattern, the others diverge, making the overall convention inconsistent but still readable.

Tool Count5/5

5 tools is well-scoped for the server's purpose—covering calculation, description, and enquiry submission. Each tool is essential and there is no bloat or missing core functionality.

Completeness5/5

The tool surface fully covers the domain: calculator execution, calculator metadata, enquiry description, field enumeration, and a two-step submission process with consent confirmation. No obvious gaps or dead ends.

Resources