Skip to main content
Glama

Driver capacity planner

calculate

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.

Input Schema

TableJSON 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

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

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.

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