Skip to main content
Glama

Freshdesk MCP server

by effytech

create_ticket

Generate support tickets in Freshdesk by providing subject, description, priority, source, and status. Simplify ticket creation for customer support operations with predefined fields and automation.

Instructions

Create a ticket in Freshdesk

Input Schema

NameRequiredDescriptionDefault
custom_fieldsNo
descriptionYes
emailNo
priorityYes
requester_idNo
sourceYes
statusYes
subjectYes

Input Schema (JSON Schema)

{ "properties": { "custom_fields": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Custom Fields" }, "description": { "title": "Description", "type": "string" }, "email": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Email" }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Priority" }, "requester_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Requester Id" }, "source": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Source" }, "status": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Status" }, "subject": { "title": "Subject", "type": "string" } }, "required": [ "subject", "description", "source", "priority", "status" ], "title": "create_ticketArguments", "type": "object" }

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/effytech/freshdesk_mcp'

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