Skip to main content
Glama
nikhilchintawar

Freshdesk MCP Server

get_agent_tickets

Retrieve tickets assigned to a Freshdesk agent by name, with optional status and limit filters.

Instructions

Get tickets assigned to a specific Freshdesk agent by name. Supports partial name matching.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default: 30, max: 100)
statusNoFilter by ticket status (optional)
agent_nameYesName of the agent to find tickets for. Supports partial matching (e.g., 'John' will match 'John Doe').
Behavior2/5

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

No annotations are provided, so the description carries full burden. It discloses partial name matching, but does not mention error handling, pagination, ordering, or permissions. For a listing tool, more context on results behavior would help.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence with no unnecessary words. It is front-loaded with the action and resource. However, it could be slightly more structured with separate sections for usage notes.

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?

Given the tool has 3 parameters, no output schema, and no annotations, the description covers the basic purpose but lacks details on return format, sorting, error cases, and pagination. It is sufficient for simple usage but not fully complete.

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%, so the description adds no additional parameter details beyond what the schema provides. It reinforces partial matching for agent_name but does not enhance understanding of limit or status.

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 verb 'Get tickets' and the resource 'assigned to a specific Freshdesk agent by name'. It also mentions partial name matching. This distinguishes it from sibling tools like get_ticket (single ticket) and search_tickets (general search).

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 does not explicitly provide guidance on when to use this tool versus alternatives. It implies usage when filtering by agent name, but lacks explicit when-not-to-use criteria. Sibling tools are listed but not referenced.

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/nikhilchintawar/freshdesk-mcp'

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