Skip to main content
Glama

Kratos-MCP

by FoggyStorm

security_rbac_check

Verify user permissions on specific actions and resources within Kratos-MCP. Ensures access control compliance by validating user rights for operations like read, write, or delete.

Instructions

Check user access permission

Input Schema

NameRequiredDescriptionDefault
actionYesAction to check
resourceNoOptional resource identifier
user_idYesUser ID

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to check", "enum": [ "read", "write", "search", "delete", "admin" ], "type": "string" }, "resource": { "description": "Optional resource identifier", "type": "string" }, "user_id": { "description": "User ID", "type": "string" } }, "required": [ "user_id", "action" ], "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/FoggyStorm/kratos-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server