Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

list_users

Retrieve and manage user accounts on Panther MCP Server. Supports pagination, returns user details, and requires 'Read User Info' permissions for access.

Instructions

List all Panther user accounts.

Returns: Dict containing: - success: Boolean indicating if the query was successful - users: List of user accounts if successful - total_users: Number of users returned - has_next_page: Boolean indicating if more results are available - next_cursor: Cursor for fetching the next page of results - message: Error message if unsuccessful

Permissions:{'all_of': ['Read User Info']}

Input Schema

NameRequiredDescriptionDefault
cursorNoOptional cursor for pagination from a previous query
limitNoMaximum number of results to return (1-60)

Input Schema (JSON Schema)

{ "properties": { "cursor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional cursor for pagination from a previous query", "title": "Cursor" }, "limit": { "default": 60, "description": "Maximum number of results to return (1-60)", "maximum": 60, "minimum": 1, "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