freshdesk_get_ticket
ActiveTool of Freshdesk
declared in 0.1.0
Get full ticket details by ID including subject, status, priority, description, conversations, attachments, and resolution notes.
Parameters schema
{
"type": "object",
"examples": [
{
"id": 1234,
"_apiKey": "your-freshdesk-api-key",
"_domain": "mycompany"
}
],
"required": [
"_apiKey",
"_domain",
"id"
],
"properties": {
"id": {
"type": "number",
"description": "Ticket ID"
},
"_apiKey": {
"type": "string",
"description": "Freshdesk API key"
},
"_domain": {
"type": "string",
"description": "Freshdesk subdomain"
}
}
}Parent server
Freshdesk
https://github.com/pipeworx-io/mcp-freshdesk
1/7 registries