Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

get_user

Retrieve comprehensive user data including email, names, role, and authentication status by providing a user ID. Requires 'Read User Info' permission.

Instructions

Get detailed information about a Panther user by ID

Returns complete user information including email, names, role, authentication status, and timestamps.

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

Input Schema

NameRequiredDescriptionDefault
user_idYesThe ID of the user to fetch

Input Schema (JSON Schema)

{ "properties": { "user_id": { "description": "The ID of the user to fetch", "examples": [ "user-123", "john.doe@company.com", "<admin@example.com>" ], "title": "User Id", "type": "string" } }, "required": [ "user_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