Skip to main content
Glama
raffelprama

MCP cldkctl Server

by raffelprama

cldkctl_get_pod

Retrieve pod information from Cloudeka's Kubernetes environment using the cldkctl CLI functionality through MCP-compatible clients.

Instructions

Call the cldkctl_get_pod endpoint

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/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. It only states the action ('call') without disclosing behavioral traits like whether it's read-only, requires authentication, returns specific data formats, or has rate limits. This is inadequate for a tool with zero annotation coverage.

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

Conciseness3/5

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

The description is concise (one sentence) but under-specified—it's too brief to be helpful. While not verbose, it fails to convey necessary information, making it inefficient rather than appropriately sized.

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

Completeness2/5

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

Given the lack of annotations, no output schema, and a vague description, this is incomplete. The tool's purpose and behavior are unclear, and while there are no parameters, the description doesn't explain what the tool returns or how it fits into the broader system with many siblings.

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

Parameters4/5

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

The tool has 0 parameters with 100% schema description coverage, so the schema fully documents the absence of inputs. The description doesn't add parameter details, but with no parameters, a baseline of 4 is appropriate as there's nothing to compensate for.

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_get_pod endpoint' is tautological—it restates the tool name with 'call' and 'endpoint' but doesn't specify what the tool actually does. It lacks a clear verb-resource combination (e.g., 'retrieve pod information') and doesn't differentiate from siblings like cldkctl_k8s_pods or cldkctl_get_deployment.

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?

No guidance is provided on when to use this tool versus alternatives. With many sibling tools (e.g., cldkctl_k8s_pods, cldkctl_get_vm), the description offers no context, prerequisites, or exclusions, leaving the agent to guess based on naming alone.

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