Skip to main content
Glama
matthewlboyd

Freshservice MCP Server

by matthewlboyd

list_ticket_conversations

Retrieve all conversations (replies and notes) for a Freshservice ticket, with pagination to manage result size.

Instructions

List all conversations (replies and notes) for a ticket.

Args: ticket_id: The ticket ID. page: Page number. per_page: Results per page (max 100).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
per_pageNo
ticket_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states that the tool lists replies and notes, which clarifies the scope, and the verb 'List' implies a read-only operation. However, it does not mention any side effects, authentication requirements, ordering, or whether both public and internal notes are included. It adds some context but not rich behavioral detail.

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, front-loaded with the purpose, and the Args block is clearly structured. Every sentence serves a purpose, and there is no unnecessary verbosity or repetition of schema information that is already visible.

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 list tool with 3 parameters and an output schema, the description covers the core purpose and parameter semantics adequately. The output schema handles return values, so the description need not explain them. It lacks some context around pagination behavior (e.g., what pages represent, total count) and sibling tool differentiation, but the tool's simplicity keeps it relatively 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?

The input schema has 0% description coverage (properties only have types/defaults). The description's parameter documentation is mostly tautological: 'ticket_id: The ticket ID' and 'page: Page number' add no real semantics beyond the property names. Only 'per_page: Results per page (max 100)' adds a meaningful constraint. The description only partially compensates for the lack of schema descriptions.

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 uses a specific verb ('List') and clearly specifies the resource ('all conversations (replies and notes) for a ticket'). It distinguishes this from sibling tools like get_ticket_by_id, reply_to_ticket, and add_ticket_note by focusing on reading existing conversations rather than creating or fetching ticket metadata.

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 clearly implies the use case (retrieving all conversations for a ticket) but does not explicitly mention when to use this tool versus alternatives or any exclusions. For example, it doesn't say 'use this to view replies and notes, but get_ticket_by_id for ticket details' or note any pagination limits. Context is present but not fully explicit about relative use.

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/matthewlboyd/freshservice-mcp'

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