Huntress-MCP-Server

get_agent

Get details of a specific agent

Input Schema

NameRequiredDescriptionDefault
agent_idYesAgent ID

Input Schema (JSON Schema)

{ "properties": { "agent_id": { "description": "Agent ID", "type": "integer" } }, "required": [ "agent_id" ], "type": "object" }