Skip to main content
Glama

Server Details

Latent Defects Insurance Cost: the site's own MCP server — enquiry (enquiry = a human handoff,...

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

3 tools
enquiry_describeWhat you get: an ENQUIRY with a human (not a purchase, not a guaranteed quote)AInspect

Read first. States plainly what submit_enquiry does on Latent Defects Insurance Cost: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description takes on the transparency burden and clearly discloses that nothing is bought/ordered/paid, that no quote is guaranteed, and that it is free. It also states what the response contains (recipient details, consent wording, confirmation mechanism); only a direct statement that this tool itself is side-effect-free is absent.

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 front-loaded with 'Read first' and every subsequent sentence earns its place: purpose, key caveats, and return-value contents. There is no filler or redundancy beyond the minimal repetition of the title's caveat.

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

Completeness5/5

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

For an informational, zero-parameter tool with no output schema, the description is complete: it explains why to call it, what the underlying submit_enquiry does, what is not true about it, and what information the response will convey. An agent has enough context to invoke it correctly.

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 the input schema already covers everything (100% coverage), so there is no parameter burden for the description. Baseline 4 applies; no parameter details could add value.

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

Purpose5/5

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

The description identifies a specific verb ('States plainly') and resource ('what submit_enquiry does'), and the title frames the deliverable as an explanation rather than a purchase or quote. This makes it immediately distinct from the sibling submit_enquiry, which is the action tool.

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?

'Read first' is an explicit positional cue to invoke this tool before submit_enquiry, and the caveats tell the agent what it will learn. It does not explicitly name when to prefer enquiry_fields or exclude alternatives, so it stops short of full routing guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

enquiry_fieldsThe questions the enquiry asksAInspect

Every field of the Latent Defects Insurance 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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral disclosure burden; it describes a read-only enumeration of fields and their metadata, which is transparent enough for this simple introspection tool. It does not discuss edge cases such as missing help text or output ordering, but these are minor for a parameterless listing tool.

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?

Two sentences pack the full output contract and the downstream usage without filler. The content is front-loaded as a single clear spec, and every sentence earns its place.

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

Completeness5/5

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

Given the tool has no parameters and no output schema, the description explains the return contents in enough detail for an agent to call it and interpret the result, and it situates the result in the submission workflow. Nothing essential is missing for a task of this complexity.

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 the input schema already covers that fully, so the baseline is 4. The description adds useful cross-tool semantics by saying field keys are the keys to use when passing answers to submit_enquiry, but no further parameter documentation is needed.

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 ('the Latent Defects Insurance Cost enquiry') and the exact contents returned: key, label, type, required flag, help text, and allowed options. It is less explicit as an imperative action and does not explicitly differentiate from the sibling enquiry_describe, so it stops short of 5.

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?

It gives actionable context by telling the agent to pass answers to submit_enquiry keyed by field key, establishing the tool's role in the workflow. It does not state when not to use it or compare it to enquiry_describe, so the guidance is clear but not fully explicit on alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

submit_enquirySubmit an ENQUIRY to human providers (two steps; not a purchase)AInspect

Submits an enquiry to Latent Defects Insurance Cost — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: "Happy for my details to go to brokers and providers who place latent defects cover, who'll contact me directly."

ParametersJSON Schema
NameRequiredDescriptionDefault
answersYesthe person's answers, keyed by field key
consentYestrue only when the person has agreed to: Happy for my details to go to brokers and providers who place latent defects cover, who'll contact me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

TDQS

A5/5.0
Behavior5/5

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

With no annotations, the description carries the full disclosure burden and does so well: it warns this is not a purchase or quote, explains validation in step 1, requires showing the consent line, and states that an emailed link must be clicked before any provider sees the enquiry. It also defines consent precisely.

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 detailed but every sentence earns its place: the non-purchase warning is front-loaded, and the two-step protocol is clearly separated. The quoted consent line is necessary for exact behavioral semantics rather than padding.

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

Completeness5/5

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

For a consequential submission tool with no annotations and no output schema, the description covers validation, human-approval steps, the confirmation token handoff, email-link requirement, and the exact consent meaning. Nothing essential is missing for correct invocation.

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

Parameters5/5

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

Schema already covers answers and consent, and the description adds crucial meaning: answers must be keyed by field key from enquiry_fields, consent has an exact quoted agreement, and confirmation is the token from step 1. This goes well beyond the baseline schema coverage.

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

Purpose5/5

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

Description states a specific verb+resource ('submits an enquiry to Latent Defects Insurance Cost') and immediately distinguishes it from a purchase or guaranteed quote. It also separates it from sibling tools by describing the two-step confirmation flow, so an agent can identify when this tool is relevant.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit step-by-step guidance: step 1 call with answers and consent=true to get a summary/token, show the summary and consent line to the person, then step 2 call only after agreement with the same answers and confirmation token. It also references enquiry_fields for keying answers, which routes the agent to the correct sibling for field keys.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • First observedenquiry_describe
    • First observedenquiry_fields
    • First observedsubmit_enquiry

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation4/5

Each tool has a distinct role: enquiry_describe explains the process, enquiry_fields provides the schema, and submit_enquiry performs the submission. There is mild overlap because submit_enquiry's description restates process details, but an agent should be able to select the right tool for the task.

Naming Consistency3/5

All names use lowercase snake_case and share the 'enquiry' root, but the pattern is mixed: enquiry_describe and enquiry_fields are noun-first while submit_enquiry is verb-first. It is readable and predictable enough, though not a consistent verb_noun convention.

Tool Count5/5

Three tools is well-scoped for the narrow purpose of submitting a Latent Defects Insurance Cost enquiry. Each tool covers a necessary part of the workflow: understanding, schema, and submission, so no tool feels redundant or missing.

Completeness5/5

The tool surface fully covers the enquiry lifecycle for this server: it explains the process, exposes all form fields with validation details, and handles the two-step consent and confirmation flow. There are no obvious dead ends for an agent guiding a user through submission.

Resources