cldkctl_org_role_add
Add organizational roles by submitting role data to the MCP cldkctl Server, enabling role management through MCP-compatible clients like Claude Desktop and Cursor.
Instructions
Call the cldkctl_org_role_add endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
role_data | Yes | Role data |
Input Schema (JSON Schema)
{
"properties": {
"role_data": {
"description": "Role data",
"type": "object"
}
},
"required": [
"role_data"
],
"type": "object"
}