Skip to main content
Glama
raffelprama

MCP cldkctl Server

by raffelprama

cldkctl_create_deployment

Create deployments in Cloudeka's cloud environment by providing deployment data through the MCP cldkctl Server interface.

Instructions

Call the cldkctl_create_deployment endpoint

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deployment_dataYesDeployment data
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states 'Call the endpoint', offering no information about whether this is a mutating operation (likely, given 'create'), what permissions are required, potential side effects, error handling, or response format. This is inadequate for a tool that presumably creates a deployment, a significant operation.

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, the description is under-specified rather than efficiently structured. A single sentence 'Call the cldkctl_create_deployment endpoint' wastes its opportunity to convey purpose or usage. It's front-loaded with no meaningful content, failing to earn its place with useful information.

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 implied by creating a deployment (a mutating operation with a nested object parameter), no annotations, no output schema, and many sibling tools, the description is severely incomplete. It doesn't address behavioral aspects, usage context, or parameter details, leaving the agent ill-equipped to use this tool correctly in a rich ecosystem.

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?

The schema description coverage is 100%, with the single parameter 'deployment_data' documented as 'Deployment data'. The description adds no additional meaning beyond this, such as the structure or required fields of 'deployment_data'. Since the schema does the heavy lifting, the baseline score of 3 is appropriate, but the description fails to compensate for the schema's vagueness about the nested object's contents.

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_create_deployment endpoint' is essentially a tautology that restates the tool name. While it implies creating a deployment (verb+resource), it lacks specificity about what a 'deployment' means in this context (e.g., Kubernetes deployment, cloud resource) and doesn't distinguish it from similar sibling tools like 'cldkctl_create_pod' or 'cldkctl_create_statefulset'. It's vague about the actual purpose beyond invoking an endpoint.

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?

The description provides no guidance on when to use this tool versus alternatives. With many sibling tools for creating resources (e.g., 'cldkctl_create_pod', 'cldkctl_create_service'), there's no indication of prerequisites, appropriate contexts, or exclusions. This leaves the agent guessing about the tool's specific role in the ecosystem.

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