Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
20
  • Apple

list_global_helpers

Retrieve all global helpers from Panther MCP Server with optional cursor-based pagination and customizable result limits for efficient data management.

Instructions

List all global helpers 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