Skip to main content
Glama

Huntress-MCP-Server

list_organizations

Retrieve and organize a paginated list of organizations within the Huntress API account, with customizable page size and navigation.

Instructions

List organizations in the account

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of results per page (1-500)
pageNoPage number (starts at 1)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of results per page (1-500)", "maximum": 500, "minimum": 1, "type": "integer" }, "page": { "description": "Page number (starts at 1)", "minimum": 1, "type": "integer" } }, "type": "object" }

You must be authenticated.

Other Tools from Huntress-MCP-Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DynamicEndpoints/huntress-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server