Freshdesk MCP server

by effytech
Verified

get_contact

Retrieve detailed contact information from Freshdesk using the specified contact ID. Automates customer support processes by integrating with Freshdesk API for efficient ticket management.

Instructions

Get a contact in Freshdesk.

Input Schema

NameRequiredDescriptionDefault
contact_idYes

Input Schema (JSON Schema)

{ "properties": { "contact_id": { "title": "Contact Id", "type": "integer" } }, "required": [ "contact_id" ], "title": "get_contactArguments", "type": "object" }
ID: cdob370h7l