Skip to main content
Glama
Mgabr90

Zoho CRM + Books MCP Server

by Mgabr90

desk_get_entity_timeline

Retrieve the complete timeline and activity history for any Desk entity record to analyze ticket lifecycles, customer interactions, and agent performance.

Instructions

Get timeline/activity history for a specific Desk entity record\n\nPrerequisites: Department ID, entity type, and record ID from desk_search_entities\nNext Steps: Analyze timeline for support patterns, escalations, and resolution tracking\nUse Cases: Ticket lifecycle analysis, customer interaction history, agent performance\nError Recovery: If timeline empty, verify record exists and has activity history

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromNoStarting offset for pagination
limitNoNumber of timeline entries (max 100)
includeNoAdditional timeline data to include
record_idYesRecord ID to get timeline for
entity_typeYesEntity type (e.g., tickets, contacts, accounts)
department_idYesDepartment ID (get from desk_get_all_departments)
Behavior2/5

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

No annotations are provided; description carries full burden. It states the operation is to get a timeline but does not disclose return format, pagination behavior, permissions, or what constitutes 'timeline/activity history'. Error recovery hints at behavior but insufficient.

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?

Description is structured with bolded sections, front-loaded with the main purpose. Each section (prerequisites, next steps, use cases, error recovery) provides unique value without redundancy.

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

Completeness3/5

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

While schema describes parameters and description provides prerequisites/use cases, there is no mention of response structure, pagination behavior, or what timeline entries contain. No output schema to compensate. The tool is relatively straightforward but would benefit from explicit info about the 'limit'/'from' behavior and typical usage limits.

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

Parameters4/5

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

Schema covers 100% of parameters with descriptions. The description adds context by specifying that required parameters come from desk_search_entities, which is not in the schema. This is additive value.

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?

Description explicitly states 'Get timeline/activity history for a specific Desk entity record,' which is a clear verb+resource+scope. It distinguishes from similar timeline tools (crm_get_timeline, people_get_timeline) by specifying Desk and entity record.

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?

Provides explicit prerequisites (Department ID, entity type, record ID from desk_search_entities) and next steps/use cases, giving clear context for when to use. Does not explicitly mention alternatives or exclusions.

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