sdd_check_access
Check RBAC access to diagnose permission issues by returning the active role, tool accessibility, and role permission summary.
Instructions
Check RBAC access for the current caller. Returns the active role (authenticated token role > SDD_ROLE > default_role), whether a specific tool is accessible, and a summary of what each role can do. Useful for diagnosing permission issues in enterprise deployments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | No | Check access for a specific tool. If omitted, returns a summary of all role permissions. | |
| role_override | No | Override the active role for this check (for testing access). Defaults to the authenticated token role, then SDD_ROLE env var, then the configured default_role. |