view_company
Retrieve company details from Freshdesk using a specific company ID to streamline customer support operations and enhance data accessibility within the MCP server.
Instructions
Get a company in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
company_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"company_id": {
"title": "Company Id",
"type": "integer"
}
},
"required": [
"company_id"
],
"title": "view_companyArguments",
"type": "object"
}