Skip to main content
Glama

delete_kubeconfig

Delete a kubeconfig file by its configuration name to remove a stored cluster configuration from the server.

Instructions

删除kubeconfig文件

Args: name: 配置名称

Returns: 删除结果

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
Behavior2/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It says 'delete' which implies destructive action, but it does not explain consequences, reversibility, required permissions, or effects on cluster connections. The 'Returns: 删除结果' is vague and does not clarify outcome details.

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 very short and structured with Args/Returns sections. It is efficient and contains no fluff. For such a simple tool, the size is appropriate, though it may be under-specified. It earns a high score for conciseness.

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 and output schema, the description should compensate by explaining return values and side effects. It only says '删除结果' (deletion result), which is unhelpful. Also missing are potential errors, whether deletion is permanent, and what 'name' refers to in practice. The description is incomplete for a destructive operation.

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

Parameters2/5

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

The schema has one required parameter 'name' with no description, and schema coverage is 0%. The description adds 'Args: name: 配置名称' which translates to 'configuration name', providing a minimal clarification. However, this only restates the parameter's existing title and does not explain what kind of name, format, or examples are expected.

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

Purpose3/5

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

The description states '删除kubeconfig文件' which clearly indicates deleting a kubeconfig file. However, it is very close to the tool name and does not add scope or differentiation from related operations like load_kubeconfig or list_kubeconfigs. It is a clear verb+resource statement but lacks sibling distinction.

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 is provided on when to use this tool versus alternatives. There is no mention of prerequisites, side effects, or conditions under which deletion is appropriate. The description only states the action and arguments, offering no usage context.

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/Tobewont/k8s-mcp-server'

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