Skip to main content
Glama
ArcaneSK

Freshdesk MCP Server

by ArcaneSK

create_ticket

Create a Freshdesk support ticket by specifying requester email or ID, subject, and description. Log customer issues for organized tracking and resolution.

Instructions

Create a new Freshdesk ticket. Requires email or requester_id, subject, and description.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTags
typeNoTicket type
emailNoRequester email
statusNoStatus: Open=2, Pending=3, Resolved=4, Closed=5
subjectYesTicket subject
group_idNoAssign to group
priorityNoPriority: Low=1, Medium=2, High=3, Urgent=4
descriptionYesTicket description (HTML)
requester_idNoRequester ID
responder_idNoAssign to agent
custom_fieldsNoCustom field values
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only lists prerequisites and does not disclose side effects, return values, authorization needs, or any default behaviors (e.g., default status or priority). For a mutation tool, this is a significant gap.

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 a single, front-loaded sentence that conveys the essential purpose and key constraints without unnecessary words. No filler or repetition.

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?

The tool has 11 parameters with no output schema or annotations. The one-sentence description does not cover return value, default values for status/priority, how contact resolution works, or any side effects. For a complex creation tool, richer context is needed.

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 description coverage is 100%, so the baseline is 3. The description adds value by introducing the logical constraint that either email or requester_id must be provided, which is not encoded in the schema's required array. This helps the agent understand the business rule for identifying the requester.

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 'Create' and the resource 'Freshdesk ticket', making its purpose unmistakable. It implicitly distinguishes from sibling tools like update_ticket, delete_ticket, and search_tickets by focusing on creation.

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 provides clear context by stating the prerequisite fields needed for creation ('Requires email or requester_id, subject, and description'). It does not explicitly mention alternatives or when not to use the tool, but the creation context is obvious from the name and description.

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

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