Skip to main content
Glama

Zendesk MCP Server

by koundinya

zendesk_get_ticket_details

Retrieve detailed information for a specific Zendesk ticket, including comments, using its unique ID on the Zendesk MCP Server.

Instructions

Get detailed information about a Zendesk ticket including comments

Input Schema

NameRequiredDescriptionDefault
ticket_idYesThe ID of the ticket to retrieve details for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ticket_id": { "description": "The ID of the ticket to retrieve details for", "type": "string" } }, "required": [ "ticket_id" ], "type": "object" }

You must be authenticated.

Other Tools from Zendesk MCP Server

Related Tools

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/koundinya/zd-mcp-server'

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