Skip to main content
Glama
ay-garg

OpenShift 4 MCP Server

by ay-garg

delete_resource

Delete any Kubernetes or OpenShift resource by specifying its type and name. This is a destructive operation; verify the resource name before proceeding.

Instructions

Delete any Kubernetes/OpenShift resource by type and name. WARNING: Destructive operation. Confirm the resource name before proceeding.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
forceNo
clusterNo
namespaceNo
resource_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 mentions 'Destructive operation' but fails to disclose other behavioral traits such as required permissions, synchronicity, success/error responses, or side effects beyond the warning. For a destructive tool, this is insufficient.

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?

Two concise sentences: first states purpose, second provides a critical warning. No unnecessary words. However, it could be slightly more structured (e.g., mentioning required vs optional parameters) without adding length.

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 tool has 5 parameters (2 required), no parameter-level descriptions, and is destructive, the description fails to cover essential usage context. It omits how to use optional parameters like cluster and namespace, and does not explain return values despite an output schema existing. The description is incomplete for safe and correct invocation.

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?

Schema description coverage is 0%, yet the description only clarifies the purpose of 'resource_type' and 'name' (by type and name). The 'force', 'cluster', and 'namespace' parameters are left unexplained. The description adds minimal value beyond the parameter names.

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

Purpose5/5

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

Description clearly states the verb 'Delete', the resource type 'any Kubernetes/OpenShift resource', and specifies the parameters 'by type and name'. It effectively distinguishes this generic delete tool from the numerous sibling tools that delete specific resources.

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?

The description includes a warning about destructive operations but provides no explicit guidance on when to use this generic delete tool versus the many specific delete sibling tools (e.g., delete_pod, delete_service). There is no when-to-use or when-to-avoid 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/ay-garg/openshift-mcp-server'

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