Skip to main content
Glama
jayson-svg

BackCrew FieldRoutes MCP Server

by jayson-svg

search_employees

Find employee IDs by searching for technicians, sales reps, or office staff using name, type, active status, office, or employee ID filters.

Instructions

Search for employees (technicians, sales reps, office staff) and return matching IDs. Maps to POST /employee/search. [tier: readonly-owner]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo0: office staff, 1: technician, 2: sales rep
fnameNo
lnameNo
activeNo1: active, 0: inactive
officeIDsNo
employeeIDsNo
includeDataNo
extra_filtersNo
Behavior3/5

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

With no annotations, the description must carry the full behavioral burden. It adds useful context via the 'readonly-owner' tier and endpoint mapping, but lacks details on filtering behavior, pagination, or response format, leaving significant gaps.

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, front-loaded sentence stating the tool's purpose, followed by the endpoint and tier tag. Every piece earns its place with no wasted words.

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?

With 8 parameters, nested objects, no output schema, and no annotations, a one-line description is severely incomplete. The agent is left without critical information on how filters combine, what includeData does, or what the return payload looks like.

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

Parameters1/5

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

Schema description coverage is only 25%, and the description adds no parameter-level meaning. It does not explain undocumented parameters like fname, lname, officeIDs, includeData, or extra_filters, so the agent has almost no guidance on how to construct a valid search.

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 it searches for employees (technicians, sales reps, office staff) and returns matching IDs, giving a specific verb and resource. However, it does not explicitly distinguish from the sibling get_employees, leaving some ambiguity about when to use search vs. retrieval.

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?

The description implies usage for searching employees by criteria, but it provides no explicit guidance on when to use this tool versus alternatives. It does not mention exclusions or alternative tools like get_employees.

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