Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
20
  • Apple

list_scheduled_rules

Retrieve and manage all scheduled rules in Panther's security monitoring platform with optional pagination for efficient rule tracking and updates.

Instructions

List all scheduled rules from Panther with optional pagination

Args: cursor: Optional cursor for pagination from a previous query limit: Optional maximum number of results to return (default: 100)

Input Schema

NameRequiredDescriptionDefault
cursorNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "cursor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cursor" }, "limit": { "default": 100, "title": "Limit", "type": "integer" } }, "type": "object" }

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/panther-labs/mcp-panther'

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