Skip to main content
Glama
raffelprama

MCP cldkctl Server

by raffelprama

cldkctl_org_member_edit

Edit organization member roles and project assignments in Cloudeka's cldkctl by specifying user, role, and project IDs to manage access permissions.

Instructions

Call the cldkctl_org_member_edit endpoint

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYesID of the user to edit
role_idYesRole ID to assign
project_idYesProject ID to assign
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must fully disclose behavioral traits. It fails to indicate that this is a mutation operation (editing implies changes), potential side effects (e.g., permission updates), authentication requirements, or error conditions. The description adds no behavioral context beyond the vague 'edit', leaving the agent unaware of critical operational aspects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

While concise with a single sentence, the description is under-specified and fails to convey useful information. It wastes space on redundant phrasing ('Call the... endpoint') without front-loading key details. Conciseness should not come at the cost of clarity, making this inefficient rather than appropriately brief.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of a mutation tool with no annotations and no output schema, the description is severely incomplete. It doesn't explain what 'edit' does, the expected outcomes, error handling, or how it fits within the sibling tool ecosystem. For a 3-parameter tool that modifies organization members, this leaves the agent with inadequate context to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with clear parameter descriptions in the input schema (e.g., 'ID of the user to edit'). The tool description adds no additional meaning about parameters, such as format examples or constraints. Since the schema does the heavy lifting, the baseline score of 3 is appropriate, though no value is added beyond the structured data.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Call the cldkctl_org_member_edit endpoint' is a tautology that merely restates the tool name with minimal action. It doesn't specify what 'edit' entails (e.g., modifying roles/projects for an organization member) or distinguish it from sibling tools like 'cldkctl_org_member_add' or 'cldkctl_org_member_delete'. This provides no meaningful purpose beyond the name.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives. The description offers no context about prerequisites (e.g., needing admin permissions), appropriate scenarios (e.g., updating a member's role), or exclusions (e.g., not for creating/deleting members). With many sibling tools for member management, this lack of differentiation is misleading.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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