Skip to main content
Glama
gasconc

freshdesk-mcp-server

by gasconc

History of one requester

freshdesk_list_requester_tickets
Read-only

Review a requester's recent tickets to see if they've asked this before, then point to the previous answer instead of repeating it.

Instructions

Every recent ticket from the same person — the answer to "have they asked this before?".

Read this before drafting anything that explains a known issue: if the same requester already got an answer three weeks ago, repeating it differently is worse than pointing back at it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
limitNo
requester_idYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering safety. The description adds that the tool returns 'every recent ticket' from the same person, which is a completeness claim beyond the annotations. It doesn't disclose sorting or pagination, but with the annotations providing the safety profile, this is adequate.

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 two sentences, front-loaded with a clear definition and followed by a usage rationale. Every sentence earns its place; there is no fluff or redundant information.

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?

The tool is simple (3 params, no output schema), and the description gives a clear purpose and usage context. However, it lacks parameter explanations and does not explicitly contrast with sibling list/search tools. This leaves the agent with some ambiguity about input semantics and return format, making it minimally complete.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It does not explain any of the three parameters (requester_id, days, limit). 'Recent' hints at days but does not clarify defaults or constraints. The parameter names are somewhat self-explanatory, but the description fails to provide necessary details for correct invocation.

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 that the tool lists every recent ticket from the same person, which directly addresses the question 'have they asked this before?'. This is a specific verb+resource (list tickets) with a clear scoping (by requester), distinguishing it from siblings like freshdesk_list_tickets (all tickets) or freshdesk_get_related_tickets.

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 gives a strong when-to-use directive: 'Read this before drafting anything that explains a known issue'. It also implies a workflow (point back to previous answers rather than repeating them). It does not explicitly name alternative tools, but the context is clear enough for an agent to know when to invoke this tool.

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

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