Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

list_roles

Retrieve a detailed list of roles from Panther instances, including metadata like permissions and settings. Filter by role name, IDs, or sort results to streamline role management and access control.

Instructions

List all roles from your Panther instance.

Returns list of roles with metadata including permissions and settings.

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

Input Schema

NameRequiredDescriptionDefault
nameNoExact match for a role's name. If provided, other parameters are ignored
name_containsNoCase-insensitive substring to search for within the role name
role_idsNoList of specific role IDs to return
sort_dirNoSort direction for the resultsasc

Input Schema (JSON Schema)

{ "properties": { "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Exact match for a role's name. If provided, other parameters are ignored", "examples": [ "Admin", "PantherReadOnly", "SecurityAnalyst" ], "title": "Name" }, "name_contains": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Case-insensitive substring to search for within the role name", "examples": [ "Admin", "Analyst", "Read" ], "title": "Name Contains" }, "role_ids": { "default": [], "description": "List of specific role IDs to return", "examples": [ [ "Admin", "PantherReadOnly" ], [ "SecurityAnalyst" ] ], "items": { "type": "string" }, "title": "Role Ids", "type": "array" }, "sort_dir": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "asc", "description": "Sort direction for the results", "examples": [ "asc", "desc" ], "title": "Sort Dir" } }, "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