Skip to main content
Glama
cloudcrafttech

KubeCraft MCP Server

GPU Cluster Readiness

gpu_cluster_readiness

Scans Kubernetes clusters for GPU device plugins, operator workloads, and related CRDs to assess GPU workload readiness.

Instructions

Heuristic scan for GPU device plugins, GPU operator workloads, and GPU-related CRDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description must fully convey behavior. It only says 'heuristic scan' without explaining what actions it performs (e.g., API calls, checks), whether it has side effects, or what the output means. The term 'heuristic' implies non-exhaustive, but no specifics.

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

Conciseness4/5

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

The description is a single, concise sentence that covers the essential purpose without fluff. It is appropriately front-loaded.

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?

Despite having no parameters, the description lacks information about output format, return values, or how to interpret results. As a diagnostic scan tool, it should indicate what a successful scan vs. issues looks like. No output schema exists to compensate.

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 tool has no parameters, and schema description coverage is 100% (empty). Per guidelines, baseline is 3 as the description adds no parameter meaning beyond the schema, which is already complete for zero parameters.

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

Purpose4/5

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

The description clearly states the tool performs a heuristic scan focusing on GPU device plugins, GPU operator workloads, and GPU-related CRDs. It distinguishes itself from sibling tools like list_gpu_workloads by indicating a readiness check rather than a simple listing.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives (e.g., list_gpu_workloads, diagnose_pod). It does not mention prerequisites or context for running the scan.

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/cloudcrafttech/kubecraft-mcp-server'

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