Skip to main content
Glama

k8s_services

Manage Kubernetes services by listing services, retrieving service details, or accessing service endpoints to monitor and control network connectivity in your cluster.

Instructions

Manage Kubernetes services. Actions:

  • list: List all services in a namespace

  • get: Get service details

  • get_endpoints: Get endpoints for a service

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform
nameNoService name (required for get and get_endpoints)
namespaceNoNamespace (optional)
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It only lists action types without describing what 'manage' entails (read-only vs. mutations), authentication requirements, error conditions, rate limits, or response formats. For a Kubernetes management tool with zero annotation coverage, this leaves significant behavioral gaps.

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 appropriately concise with a clear bulleted list structure. The opening statement establishes scope, and each bullet corresponds to an action enum value. No wasted words, though it could be slightly more front-loaded with the most critical information.

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 no annotations and no output schema, the description is incomplete for a Kubernetes management tool. It doesn't explain what 'manage' means (read vs. write operations), doesn't describe return values or error handling, and provides minimal behavioral context. For a tool with 3 parameters and complex Kubernetes operations, this leaves too many gaps.

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?

Schema description coverage is 100%, so the schema already documents all three parameters thoroughly. The description adds no parameter semantics beyond what's in the schema - it doesn't explain namespace defaults, name requirements for specific actions, or action-specific behaviors. Baseline 3 is appropriate when schema does the heavy lifting.

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's purpose as 'Manage Kubernetes services' and enumerates three specific actions (list, get, get_endpoints). It distinguishes itself from sibling tools by focusing on services rather than other Kubernetes resources like pods or deployments. However, it doesn't explicitly differentiate from potential overlapping tools (though none are listed among siblings).

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 provides no guidance on when to use this tool versus alternatives. It doesn't mention when to use list vs. get, when get_endpoints is appropriate, or how this tool relates to sibling Kubernetes tools. The description is purely functional without contextual usage advice.

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/icy-r/kubemcp'

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