Skip to main content
Glama

Zendesk API MCP Server

create_ticket

Create and manage support tickets in Zendesk by specifying subject, comment, priority, status, requester, assignee, group, type, and tags for efficient issue resolution.

Input Schema

NameRequiredDescriptionDefault
assignee_idNoUser ID of the assignee
commentYesTicket comment/description
group_idNoGroup ID for the ticket
priorityNoTicket priority
requester_idNoUser ID of the requester
statusNoTicket status
subjectYesTicket subject
tagsNoTags for the ticket
typeNoTicket type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assignee_id": { "description": "User ID of the assignee", "type": "number" }, "comment": { "description": "Ticket comment/description", "type": "string" }, "group_id": { "description": "Group ID for the ticket", "type": "number" }, "priority": { "description": "Ticket priority", "enum": [ "urgent", "high", "normal", "low" ], "type": "string" }, "requester_id": { "description": "User ID of the requester", "type": "number" }, "status": { "description": "Ticket status", "enum": [ "new", "open", "pending", "hold", "solved", "closed" ], "type": "string" }, "subject": { "description": "Ticket subject", "type": "string" }, "tags": { "description": "Tags for the ticket", "items": { "type": "string" }, "type": "array" }, "type": { "description": "Ticket type", "enum": [ "problem", "incident", "question", "task" ], "type": "string" } }, "required": [ "subject", "comment" ], "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/JurreBrandsenInfoSupport/zendesk-mcp'

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