Skip to main content
Glama
geored

Lumino

get_kubernetes_resource

Retrieve details about Kubernetes or Tekton resources like pods, deployments, or pipelines to monitor and troubleshoot your infrastructure.

Instructions

Retrieve details about a Kubernetes/Tekton resource.

Args:
    resource_type: Resource type. Supported: pod, service, configmap, secret, pvc, namespace, node,
                   serviceaccount, endpoints, event, persistentvolume, resourcequota, limitrange,
                   deployment, replicaset, daemonset, statefulset, job, cronjob, ingress,
                   storageclass, hpa (horizontalpodautoscaler),
                   pipelinerun, taskrun, pipeline, task, clustertask,
                   triggertemplate, triggerbinding, eventlistener,
                   podmonitor, servicemonitor, prometheusrule, alertmanager.
    name: Resource name.
    namespace: Namespace (default: "default").
    output_format: "summary", "detailed", or "yaml" (default: "summary").

Returns:
    str: Formatted resource information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resource_typeYes
nameYes
namespaceNodefault
output_formatNosummary

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 must fully disclose behavioral traits. It mentions the tool retrieves details and lists output formats, but fails to describe critical aspects like authentication requirements, rate limits, error handling, or whether it's read-only or has side effects. For a tool interacting with Kubernetes/Tekton resources, this omission is significant, as the agent lacks necessary operational context.

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 well-structured with clear sections for Args and Returns, making it easy to parse. It is front-loaded with the core purpose, and each sentence adds value by detailing parameters and output. However, the long list of resource types could be slightly condensed, and the lack of usage guidelines slightly reduces efficiency, but overall it remains concise and informative.

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

Completeness4/5

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

Given the tool's complexity (4 parameters, no annotations, but with an output schema), the description is largely complete. It explains parameters thoroughly and notes the return type, though the output schema handles return values. It lacks behavioral context and usage guidelines, but for a retrieval tool with detailed parameter info, it provides adequate coverage for basic use, missing only advanced operational details.

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

Parameters5/5

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

The description adds substantial meaning beyond the input schema, which has 0% description coverage. It enumerates all supported resource types for 'resource_type', specifies default values and options for 'namespace' and 'output_format', and clarifies the purpose of 'name'. This compensates fully for the schema's lack of descriptions, providing clear semantics for all 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's purpose: 'Retrieve details about a Kubernetes/Tekton resource.' It specifies the verb ('retrieve') and resource type ('Kubernetes/Tekton resource'), making the intent unambiguous. However, it does not explicitly differentiate from sibling tools like 'search_resources_by_labels' or 'list_pods_in_namespace', which might offer overlapping functionality, preventing a perfect score.

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 lists many resource types but does not mention when to choose this over sibling tools such as 'list_pods_in_namespace' or 'search_resources_by_labels'. This lack of contextual guidance leaves the agent to infer usage, which is insufficient for optimal tool selection.

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/geored/Lumino'

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