Skip to main content
Glama

MCP cldkctl Server

by raffelprama
MIT License
  • Linux
  • Apple

cldkctl_org_member_edit

Assign or update roles and projects for organization members using user, role, and project IDs via the MCP cldkctl Server endpoint. Streamline user management with structured input parameters.

Instructions

Call the cldkctl_org_member_edit endpoint

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID to assign
role_idYesRole ID to assign
user_idYesID of the user to edit

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "Project ID to assign", "type": "string" }, "role_id": { "description": "Role ID to assign", "type": "string" }, "user_id": { "description": "ID of the user to edit", "type": "string" } }, "required": [ "user_id", "role_id", "project_id" ], "type": "object" }
Install Server

Other Tools from MCP cldkctl Server

Related Tools

    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/raffelprama/mcp-cldkctl'

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