get_agent
Retrieve agent details by ID from the Freshservice MCP server. Input the agent ID to access specific agent information efficiently.
Instructions
Get agent by id in Freshservice.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
agent_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"agent_id": {
"title": "Agent Id",
"type": "integer"
}
},
"required": [
"agent_id"
],
"title": "get_agentArguments",
"type": "object"
}