Skip to main content
Glama

Server Details

Event Hire Costs: the site's own MCP server — enquiry (enquiry = a human handoff, not a...

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 Event Hire Costs: 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 carries the burden of disclosing behavior. It makes clear this is an informational tool that describes behavior and returns specific details, implying no submission or side effect occurs. It also discloses what the returned content covers, which is useful beyond the tool name.

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 and front-loaded with the most important guidance: 'Read first.' Each sentence adds useful information about what the tool does, what it clarifies, and what it returns, with no redundancy.

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 simple informational tool with no parameters and no output schema, the description fully covers the tool's purpose, the key facts it communicates, and the content of its return value. The agent has everything needed to decide when and how to call it.

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 accepts zero parameters, and the schema confirms this with an empty properties object. The description adds no parameter detail, but none is needed; the baseline for a zero-parameter tool is appropriately strong.

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 clearly states that this tool explains what submit_enquiry does, naming the specific resource and the behavior it describes. It differentiates itself from the sibling tools by positioning itself as the 'Read first' companion to submit_enquiry.

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 opening 'Read first' explicitly tells the agent to use this tool before submit_enquiry, providing clear contextual guidance. It does not name alternatives explicitly, but in context the usage is unmistakable.

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 Event Hire Costs 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.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of explaining behavior. It clearly implies a read-only introspection operation returning field metadata, and it states the scope of the data returned. It does not mention authentication or side effects, but for a fields lookup this is not a significant gap.

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 concise sentences with no filler. The core content is front-loaded, and the cross-tool guidance is kept to a single sentence.

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?

Given the absence of an output schema, the description provides a reasonable picture of the returned data and its intended use. It could be more explicit about the response structure, such as whether the result is a list or object, but the listed attributes and keying instruction cover the essential context.

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 input schema contains nothing that needs explanation. The description adds a useful convention by saying answers to submit_enquiry should be keyed by field key, which is helpful context even though it is not an input parameter of this tool.

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 names a specific resource: every field of the Event Hire Costs enquiry, and enumerates exactly what is returned: key, label, type, required flag, help text, and allowed options. This makes the tool's purpose obvious and distinguishes it from submit_enquiry by clarifying that it provides the field keys used for submission.

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 workflow context by instructing agents to pass answers to submit_enquiry keyed by field key. It does not explicitly contrast with enquiry_describe, but it explains enough about when and why to use this tool.

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 Event Hire Costs — 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 relevant event hire suppliers, who'll contact me directly with quotes."

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 relevant event hire suppliers, who'll contact me directly with quotes.
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?

No annotations are provided, so the description carries the full burden and meets it thoroughly. It discloses that step 1 only validates and returns artifacts, that step 2 actually submits the enquiry, and that the enquiry is not sent to providers until the person clicks the emailed link. It also states the exact consent wording, making behavioral expectations fully transparent.

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 long but densely informative, with each sentence serving a distinct operational purpose. It front-loads the most critical caveat ('NOT a purchase, NOT a guaranteed quote') and logically sequences the two steps without wasted words.

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?

With no output schema, the description fully compensates by explaining what step 1 returns (summary, consent line, confirmation token) and what happens after step 2 (email with a link, provider visibility only after click). The agent has enough context to execute the workflow correctly and manage the user's expectations.

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?

Even though schema coverage is 100%, the description adds essential semantics beyond the schema: answers are keyed by field keys from enquiry_fields, confirmation is the token returned in step 1, and consent has an exact quoted meaning. This helps the agent correctly populate and sequence the parameters.

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 states a specific action ('Submits an enquiry to Event Hire Costs') and immediately disambiguates from a purchase or guaranteed quote. It also clearly identifies the two-step nature of the tool, so an agent understands exactly what the tool accomplishes and what it does not.

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?

The description provides an explicit two-step usage protocol: call first with answers and consent=true to get a summary and confirmation token, then call again with the same answers plus the token only if the person agrees. It also specifies the consent condition and the email-link requirement, giving clear when-to-invoke guidance.

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

Each tool has a clearly distinct purpose: enquiry_describe provides the conceptual overview, enquiry_fields provides the schema, and submit_enquiry performs the actual submission. No two tools could reasonably be confused for one another.

Naming Consistency3/5

The naming is readable and consistently lowercase with underscores, but the grammatical pattern is mixed: enquiry_describe and enquiry_fields are noun-first, while submit_enquiry is verb-first. This inconsistency is minor and does not significantly harm usability.

Tool Count5/5

Three tools is ideal for this narrow, single-workflow server. Each tool covers a necessary part of the enquiry process without redundancy or bloat.

Completeness5/5

The server fully covers the intended workflow: orienting the user, discovering required fields, and submitting an enquiry with a two-step confirmation token. There are no obvious dead ends or missing operations for the stated purpose.

Resources