Freshdesk MCP server

by effytech
Verified

update_agent

Modify agent details in Freshdesk by specifying the agent ID and updated fields, enabling efficient management of support team information.

Instructions

Update an agent in Freshdesk.

Input Schema

NameRequiredDescriptionDefault
agent_fieldsYes
agent_idYes

Input Schema (JSON Schema)

{ "properties": { "agent_fields": { "title": "Agent Fields", "type": "object" }, "agent_id": { "title": "Agent Id", "type": "integer" } }, "required": [ "agent_id", "agent_fields" ], "title": "update_agentArguments", "type": "object" }
ID: cdob370h7l