freshdesk_get_contact
ActiveTool of Freshdesk
declared in 0.1.0
Get full contact details by ID including name, email, phone, company, address, and ticket history.
Parameters schema
{
"type": "object",
"examples": [
{
"id": 5678,
"_apiKey": "your-freshdesk-api-key",
"_domain": "mycompany"
}
],
"required": [
"_apiKey",
"_domain",
"id"
],
"properties": {
"id": {
"type": "number",
"description": "Contact 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