sec_rolePermissions
Analyze and retrieve detailed permissions assigned to a specific role in Teradata databases using the tool on the MCP server. Input the role name to generate a formatted response with query results and metadata.
Instructions
Get permissions for a role.
Arguments: role_name - role name to analyze
Returns: ResponseType: formatted response with query results + metadata
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| role_name | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "role_name": {
      "title": "Role Name",
      "type": "string"
    }
  },
  "required": [
    "role_name"
  ],
  "title": "handle_sec_rolePermissionsArguments",
  "type": "object"
}