Huntress-MCP-Server

get_organization

Get details of a specific organization

Input Schema

NameRequiredDescriptionDefault
organization_idYesOrganization ID

Input Schema (JSON Schema)

{ "properties": { "organization_id": { "description": "Organization ID", "type": "integer" } }, "required": [ "organization_id" ], "type": "object" }