sdd_check_access
Verify RBAC permissions for the current caller. Returns active role and whether a specified tool is accessible, helping diagnose authorization issues.
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. |