Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

get_role

Retrieve comprehensive details of a specific role, including permissions and settings, by providing the role ID. Essential for managing access and security configurations on Panther MCP Server.

Instructions

Get detailed information about a Panther role by ID

Returns complete role information including all permissions and settings.

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

Input Schema

NameRequiredDescriptionDefault
role_idYesThe ID of the role to fetch

Input Schema (JSON Schema)

{ "properties": { "role_id": { "description": "The ID of the role to fetch", "examples": [ "Admin" ], "title": "Role Id", "type": "string" } }, "required": [ "role_id" ], "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