Skip to main content
Glama

nearest_technicians

Read-only

The technicians closest to a place by road, from each one's latest position (up to 5): drive minutes, km, and how old the position is. Only people your location access covers (admins: everyone). A position is where the phone last reported — check their schedule before assigning work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo1–5, default 3
placeYesAn address (text) or coordinates {lat, lng}
user_idsNoOnly these people
within_hoursNoOnly positions from the last N hours (default 4, max 72)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, and the description adds real value on top: the 'up to 5' ceiling, the freshness caveat that a position is merely where the phone last reported, and the permission scoping. It does not discuss rate limits or failure modes, which keeps it at 4 rather than 5.

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?

Three tight sentences, front-loaded with what is returned (drive minutes, km, position age) before the caveats. No filler, though the scheduling advice could be folded more economically.

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 no output schema, the description usefully enumerates the returned fields (drive minutes, km, position age) and the access scope. It is complete enough to call the tool correctly, with only output ordering/pagination undescribed.

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%, so the schema already documents place, limit, user_ids, and within_hours. The description only echoes the limit cap of 5 and the freshness concept already implied by within_hours, so the baseline 3 is correct.

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?

States a specific operation: the technicians nearest a place measured by road distance, derived from each person's latest reported position. This clearly separates it from raw-position siblings like technician_locations and lookup-style siblings like find_technicians, though no sibling is named explicitly.

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?

Gives a concrete usage frame ('check their schedule before assigning work') and states an access precondition (only people your location access covers; admins see everyone). It does not name when to prefer a sibling tool, so it stops short of a 5.

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.