Skip to main content
Glama
Mgabr90

Zoho CRM + Books MCP Server

by Mgabr90

desk_search_entities

Search Zoho Desk entities by department with flexible filters, sorting, and pagination to find tickets, contacts, accounts, and more.

Instructions

Search entities in a Desk department with flexible filtering and pagination\n\nPrerequisites: Department ID and entity type, optional field details for targeted searches\nNext Steps: Use desk_get_entity_timeline for record activity history\nCommon Patterns: Ticket management, contact lookup, account discovery\nError Recovery: If no results, broaden search criteria or check entity permissions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromNoStarting offset for pagination
emailNoSearch by email address (exact match)
limitNoNumber of records to return (max 100)
phoneNoSearch by phone number (exact match)
fieldsNoSpecific fields to return
includeNoRelated data to include
sort_byNoField to sort results by
view_idNoOptional view ID for filtered results
search_strNoGlobal search text across entity fields
entity_typeYesEntity type (e.g., tickets, contacts, accounts, agents, products)
max_recordsNoMaximum records when auto-paginating
auto_paginateNoAutomatically paginate through all results
department_idYesDepartment ID (get from desk_get_all_departments)
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 of behavioral disclosure. It adds useful hints like 'check entity permissions' and 'broaden search criteria' for error recovery, which suggests permission-related behavior, but it does not explicitly state that the operation is read-only, describe the response format, or detail auto-pagination behavior. Some context is added, but important behavioral traits remain implicit.

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 concise and well-structured, with a one-sentence summary followed by clearly labeled sections (Prerequisites, Next Steps, Common Patterns, Error Recovery). Each section earns its place and adds practical value without redundant or vague wording.

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?

Given the tool's complexity (13 parameters, no output schema, no annotations), the description compensates well with prerequisites, common patterns, next steps, and error recovery. It provides a strong sense of when and how to use the tool. However, it lacks an explicit description of the return value or result format, which would make it more complete for an AI agent.

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?

The input schema already provides 100% coverage of the 13 parameters, so the baseline is 3. The description adds minimal parameter meaning by mentioning 'optional field details for targeted searches', which relates to the 'fields' parameter, but it does not explain nuanced parameters like auto_paginate, include, or max_records beyond what the schema already documents.

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 opens with 'Search entities in a Desk department with flexible filtering and pagination', which clearly states the verb ('search'), resource ('entities in a Desk department'), and key capabilities. This distinguishes it from sibling Desk tools like desk_get_entity_fields or desk_get_entity_timeline, which are retrieval-specific.

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 includes 'Prerequisites' (Department ID and entity type), 'Common Patterns' (ticket management, contact lookup, account discovery), and 'Next Steps' (use desk_get_entity_timeline), giving clear context on when and how to use the tool. However, it does not explicitly state when not to use it or mention alternative search tools, so it stops short of a full 5.

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/Mgabr90/zoho-mcp-server'

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