Skip to main content
Glama

technician_route

Read-only

One technician's movement on a day (in the workspace's time zone): time-ordered points, first/last fix and distance covered. Subject to your location access and its history limit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoYYYY-MM-DD (default today)
user_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety profile is covered. The description then adds genuinely useful behavioral context beyond the annotations: results are in the workspace time zone, and retrieval is gated by the caller's location access and that access's history limit — a real data-availability constraint.

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?

Two tight sentences, front-loaded with what the tool returns before the access caveat; every clause carries information. Slightly dense parsing (parenthetical time zone, colon list) but no waste.

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?

With only 2 params, no output schema and no nested objects, the description does enough: it defines the subject, the time window, the returned shape and the access precondition. A note on empty results when history is exhausted would be the only meaningful addition.

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 coverage is 50% (date is documented with format and default; user_id is not). The description partly compensates by framing the subject as 'one technician' and the window as 'a day', but it adds no format, ID semantics, or default behavior beyond the schema. Baseline 3 when the schema carries half the load.

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?

Specific verb+resource: one technician's movement over a day, with the returned content enumerated (time-ordered points, first/last fix, distance). It is clearly distinguishable from location/lookup siblings in substance, but it never names an alternative (e.g. technician_locations vs technician_route) to sharpen the distinction.

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?

Usage is implied — you call it to reconstruct a single technician's day — and it adds a scope caveat (your location access and its history limit). There is no explicit when-to-use/when-not or named alternative among the many route/location siblings (technician_locations, nearest_technicians, plan_day_routes), so the agent must infer routing.

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.