Skip to main content
Glama

Huntress-MCP-Server

list_summary_reports

Retrieve and filter summary reports (monthly, quarterly, yearly) by organization ID or type using Huntress-MCP-Server's API, with customizable pagination for efficient data access.

Instructions

List summary reports

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of results per page (1-500)
organization_idNoFilter by organization ID
pageNoPage number (starts at 1)
typeNoFilter by report type

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of results per page (1-500)", "maximum": 500, "minimum": 1, "type": "integer" }, "organization_id": { "description": "Filter by organization ID", "type": "integer" }, "page": { "description": "Page number (starts at 1)", "minimum": 1, "type": "integer" }, "type": { "description": "Filter by report type", "enum": [ "monthly_summary", "quarterly_summary", "yearly_summary" ], "type": "string" } }, "type": "object" }
Install Server

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