Skip to main content
Glama

Server Details

Drivers' Hours Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...

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

5 tools
calculateDriver capacity plannerBInspect

Run the Driver capacity planner calculator: Additional driving you can roster today; Driving before a 45-minute break must be scheduled; Capacity left this fixed week; Capacity left in the two-week window. Missing inputs fall back to their documented defaults.

ParametersJSON Schema
NameRequiredDescriptionDefault
extUsedNoExtended (10-hour) driving days already used this fixed week1
plannedNoDriving already logged or rostered today
prevWeekNoDriving in the previous fixed week
weekTotalNoDriving this fixed week so far (including today)
continuousNoDriving accumulated since the last qualifying break

TDQS

B3.2/5.0
Behavior3/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 does disclose one useful behavior—missing inputs fall back to documented defaults—and the calculator framing implies a non-mutating computation, but side-effect status, prerequisites, and return format are left unspecified.

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 compact and front-loaded: it states the action first, follows with a tight output list, and closes with a single behavioral note. No phrase is wasted, though the output list is somewhat dense.

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

Completeness3/5

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

Given no output schema and no annotations, the description lists the computed result areas but does not define domain terms like 'fixed week' or 'two-week window', nor explain the output format or return shape. It is adequate for simple calls with defaults but leaves an agent guessing on edge cases.

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

Parameters3/5

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

Schema description coverage is 100%, with each of the five parameters having its own default, range, and explanation, so the baseline is 3. The description adds only a generic statement about default fallback, which is already visible in the schema.

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 uses a specific verb ('Run') and names the exact resource ('Driver capacity planner calculator'), then enumerates four distinct capacity outputs. This clearly places the tool as the computation entry point relative to the describe/enquiry siblings, though it does not explicitly contrast it with them.

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?

There is no explicit guidance on when to use this tool versus alternatives like calculator_describe or enquiry tools. The output list implies a capacity-planning use case, but selection context and exclusions are left to inference.

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

calculator_describeWhat Driver capacity planner computesAInspect

The inputs this calculator takes (with units, ranges and defaults), the outputs it returns, and the assumptions and tables behind it.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.8/5.0
Behavior2/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. It describes the calculator's behavior but does not disclose the tool's own output format (e.g., plain text, JSON) or that it is a read-only operation. The tool's side effects and return structure are unmentioned.

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 a single, concise sentence that front-loads the purpose and enumerates the covered topics (inputs, outputs, assumptions, tables). Every word contributes to the meaning without redundancy.

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 no-parameter describe tool with no output schema, the description is largely complete: it tells the agent what the tool does. The only missing detail is the return format, but given the trivial nature of the tool, this is a minor gap. Annotations could have added safety hints but are absent.

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 input schema has zero parameters, and schema description coverage is 100% (trivially). The description does not need to add parameter details since none exist. The baseline for 0 parameters is 4, and the description adds no extra meaning beyond the empty schema.

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 explicitly states that the tool describes the calculator's inputs, outputs, assumptions, and tables. It clearly identifies the resource (Driver capacity planner calculator) and the verb (describe) is implied by the name and context. It distinguishes from siblings like 'calculate' and 'enquiry_describe' by naming the specific calculator.

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

Usage Guidelines3/5

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

No explicit guidance is given on when to use this tool versus alternatives such as 'calculate' or 'enquiry_describe'. The usage is implied by the name, but the description does not state exclusions or conditions for choosing this tool over others.

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

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 Drivers' Hours Calculator: 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.7/5.0
Behavior5/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 disclosing behavior. It clearly states that this tool returns information about who receives the details, consent wording, and confirmation method, and clarifies that nothing is bought or paid for. This transparently sets expectations for a read-only, informational tool without 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 concise and well-structured. It opens with 'Read first' to signal priority, then states the purpose, clarifies what it does not do, and lists the returned information. Every sentence contributes to understanding the tool's function and output, 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 tool with no parameters and no output schema, the description fully covers what the tool does and what it returns. It explains the context of submit_enquiry and specifies the output items (who receives details, consent wording, confirmation method). This is complete for an agent to understand and call the tool appropriately.

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 schema coverage is 100% (since the schema is empty). The description correctly omits any parameter information, and the baseline for 0 params is 4. The description doesn't need to compensate for any parameter gaps.

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 describes what submit_enquiry does on the Drivers' Hours Calculator, specifying the verb 'states' and the resource. It differentiates from siblings like submit_enquiry by explicitly positioning itself as the descriptive counterpart.

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' gives clear usage context, implying that this tool should be consulted before using submit_enquiry. It also clarifies what the underlying tool does (not a purchase, no guaranteed quote), which helps the agent decide if this is the right tool to understand the process. However, it does not explicitly name alternative tools like enquiry_fields or calculator_describe, so it relies on implicit context.

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 Drivers' Hours 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.

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 full burden of behavioral disclosure. It precisely lists the returned attributes (key, label, type, required, help, options) and implies a read-only operation, though it never states 'read-only' explicitly. For a metadata retrieval tool, this is adequate transparency.

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 two sentences with zero fluff. The core behavior is front-loaded, and the note about submit_enquiry adds value without redundancy. Highly efficient.

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 no parameters and no output schema, the description fully specifies what the tool returns and how to use the result. It covers the output structure (list of fields with attributes) and the downstream usage, making it complete for the tool's simple purpose.

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 description correctly omits parameter explanations. Baseline for 0 params is 4, and no additional parameter semantics are needed.

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 the tool returns every field of the Drivers' Hours Calculator enquiry, enumerating key, label, type, required flag, help text, and allowed options. This is specific and distinct from siblings like calculate or submit_enquiry, leaving no ambiguity about the tool's function.

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 explicitly connects the tool to submit_enquiry by instructing to pass answers keyed by field key, which signals when to use it (as a prerequisite). However, it does not mention alternatives or when not to use it, 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.

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

Submits an enquiry to Drivers' Hours Calculator — 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 a relevant transport compliance consultant, who'll get in touch with 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 a relevant transport compliance consultant, who'll get in touch with me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations, the description fully discloses the tool's behavior: it is a two-step operation, it validates and returns a summary and consent line, it requires user approval before step 2, and it triggers an email with a clickable link. This is far beyond what is typical and gives the agent complete understanding of side effects and user interaction.

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 relatively long but every sentence carries necessary information for a complex two-step tool. It is front-loaded with the key 'not a purchase' clarification and then logically structured into Step 1 and Step 2. No filler or repetitive content.

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 tool's complexity and the absence of an output schema, the description explains what the tool returns (summary, consent line, token) and the post-submission email flow. It does not cover error handling or edge cases, but for an agent needing to correctly invoke the tool, it is thorough.

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 schema already covers all parameters with descriptions (100% coverage). The description adds critical context by explaining that answers are keyed by field key from enquiry_fields, that consent must reflect the exact consent text, and that the confirmation token comes from step 1. This enriches the schema without redundancy.

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 the exact action (submit an enquiry) and the specific resource (Drivers' Hours Calculator), and explicitly disambiguates from a purchase or quote. It also clarifies the two-step process, making it distinct from sibling tools like enquiry_describe and enquiry_fields.

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 detailed workflow for when to call the tool, including the two-step sequence and the requirement to obtain user consent. It implies usage context by referencing enquiry_fields for field keys, but does not explicitly name alternative tools or state when not to use it.

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. 5 tool updates
    • First observedcalculate
    • First observedcalculator_describe
    • 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

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct role: running the calculator, describing the calculator, explaining the enquiry process, listing enquiry fields, and submitting an enquiry. There is no meaningful overlap or ambiguity between them.

Naming Consistency3/5

Names are readable and mostly memorable, but they mix verb-first forms like calculate and submit_enquiry with noun-first forms like calculator_describe and enquiry_describe. The pattern is not fully consistent, though it is still understandable.

Tool Count5/5

Five tools is a lean but well-scoped set for the site's purpose: calculator execution, calculator documentation, enquiry explanation, enquiry schema, and enquiry submission. Each tool earns its place without redundancy.

Completeness5/5

The tool surface covers the full user journey for both calculator usage and the two-step enquiry submission, including field discovery and consent handling. No obvious gaps or dead ends are visible for the stated domain.

Resources