Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
16
  • Apple

list_rules

Retrieve and paginate all rules from a Panther instance. Manage rule sets efficiently by specifying cursors and limits for query results.

Instructions

List all rules from your Panther instance.

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