Skip to main content
Glama

Search users

zendesk_search_users
Read-only

Find users by name, email, phone, or other attributes. Zendesk REST: GET /users/search.json.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for offset pagination.
queryYesSearch string — a name, email, phone, or external id, e.g. 'jane@acme.com' (required).
per_pageNoRecords per page (max 100).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations declare readOnlyHint=true, and the description reinforces this with 'GET /users/search.json'. No additional behavioral context is provided (e.g., pagination behavior, result limits, or response format), but given the annotation coverage, a baseline score is appropriate.

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?

Two sentences, no redundancy. The first sentence states the function, the second provides the REST endpoint. Every word earns its place.

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?

For a simple read-only search tool with good annotations and full schema coverage, this description is largely complete. It does not mention the return format or edge cases (e.g., empty results), but the tool's low complexity and pagination parameters in the schema cover the main usage needs.

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%—each parameter (query, page, per_page) already has clear descriptions. The description's mention of 'name, email, phone' adds slight context for the query parameter but does not go beyond the schema's existing explanations. Baseline 3 is justified.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Find users by name, email, phone, or other attributes.' This gives a specific verb ('find') and resource ('users') plus the matching REST endpoint, distinguishing it from siblings like zendesk_get_user (by ID) and zendesk_search (cross-resource).

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?

The description implies usage context: use when searching for users by attributes rather than by known ID. However, it does not explicitly name alternatives or exclusion criteria (e.g., 'use zendesk_search for searching all resource types'). The purpose is clear enough to guide basic selection.

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.