Skip to main content
Glama
jayson-svg

BackCrew FieldRoutes MCP Server

by jayson-svg

search_routes

Search for technician routes using filters like date, office, route ID, or assigned technician to retrieve matching route IDs for scheduling or analysis.

Instructions

Search for technician routes and return matching IDs. Maps to POST /route/search. [tier: readonly-owner]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
dateEndNo
routeIDsNo
dateStartNo
officeIDsNo
includeDataNo
assignedTechNo
extra_filtersNo
apiCanScheduleNoOnly routes the API is allowed to schedule onto
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool is a read-only operation (tier: readonly-owner) and returns matching IDs, which is useful. However, it does not mention authentication requirements, pagination, rate limits, or any other behavioral expectations.

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 one short, well-structured sentence followed by endpoint and tier information. It is concise and front-loaded, with no unnecessary elaboration.

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

Completeness2/5

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

For a complex tool with 9 parameters, nested objects, no output schema, and no annotations, the description is insufficiently complete. It only states the basic function and endpoint, leaving significant gaps around filter semantics, output structure, and usage context.

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

Parameters2/5

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

Schema description coverage is only 11% for 9 parameters, and the description does nothing to compensate. Parameters like includeData and extra_filters remain unexplained, forcing the agent to infer meaning from names alone.

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 clearly states the action (search), the resource (technician routes), and the result (matching IDs). It also maps to a specific endpoint, adding confidence. However, it does not explicitly distinguish this tool from sibling tools like get_routes or other search_* tools.

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?

No guidance is provided on when to use this tool versus alternatives such as get_routes or other search tools. The tier hint 'readonly-owner' gives some context but does not clarify selection criteria.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jayson-svg/backcrew-mcp-fieldroutes'

If you have feedback or need assistance with the MCP directory API, please join our Discord server