Skip to main content
Glama
verygoodplugins

FreeScout MCP Server

Get Ticket Context

freescout_get_ticket_context

Retrieve ticket details and customer information to draft personalized replies.

Instructions

Get ticket context and customer info to help draft personalized replies

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ticketYesTicket ID, ticket number, or FreeScout URL
Behavior2/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. It says 'Get ticket context and customer info' but doesn't disclose what exactly is returned, whether it's a read-only operation, any side effects, or performance implications. For a tool that fetches context, it should clarify the scope of data (e.g., full conversation history, customer details) and any limitations. The description is too vague about behavior.

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 sentence, concise and front-loaded with the main purpose. It's efficient with no wasted words. However, it could be slightly more structured by mentioning the output or usage context, but it's appropriately sized for a simple tool.

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

Completeness2/5

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

Given the tool's purpose (drafting personalized replies), the description is incomplete. It doesn't mention what kind of context is provided (e.g., customer name, previous interactions, sentiment) or how it integrates with the drafting workflow. With no output schema and no annotations, the description should provide more detail about the return value and its use. The single sentence is insufficient for an agent to know what to expect.

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% for the single parameter 'ticket', which is described as 'Ticket ID, ticket number, or FreeScout URL'. The description adds no additional meaning beyond that, but since the schema already covers it well, a baseline of 3 is appropriate. The description doesn't clarify how the tool resolves the ticket identifier, but that's not required.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Get ticket context and customer info to help draft personalized replies.' It specifies the resource (ticket) and the intent (drafting replies), which distinguishes it from siblings like freescout_get_ticket (which likely fetches raw ticket data) and freescout_analyze_ticket (which likely performs analysis). However, it doesn't explicitly differentiate from freescout_get_ticket, so it's not a 5.

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 implies usage when drafting personalized replies, but it doesn't explicitly state when to use this tool versus alternatives like freescout_get_ticket or freescout_analyze_ticket. There's no mention of when not to use it. The context is clear but lacks explicit exclusions or alternative guidance.

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/verygoodplugins/mcp-freescout'

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