Skip to main content
Glama

linode_get_lke_cluster

Read-only

Retrieve an LKE cluster's details, including node pools, API endpoints, and control plane ACL, using its cluster ID. The kubeconfig is never returned.

Instructions

Get one LKE cluster by id with its node pools, API endpoints, and control plane ACL. The kubeconfig is never read or returned, even if asked.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cluster_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Beyond the readOnlyHint annotation, the description adds a critical behavioral trait: 'The kubeconfig is never read or returned, even if asked.' This prevents misuse and sets accurate expectations.

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

Conciseness5/5

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

Two sentences, no fluff. The main action is front-loaded, and the caveat about kubeconfig is efficiently communicated in the second sentence.

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

Completeness5/5

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

Given the output schema exists, the description covers all necessary behavioral aspects: what is included (node pools, endpoints, ACL) and what is excluded (kubeconfig). It is complete for a simple one-parameter get tool.

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 0% description coverage, and the description only mentions 'by id' without explaining the cluster_id parameter. However, the parameter name is self-explanatory; the description adds minimal value over the schema.

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?

The description clearly states 'Get one LKE cluster by id' with specific components (node pools, API endpoints, control plane ACL). It distinguishes from sibling tools like linode_list_lke_clusters by specifying it retrieves a single cluster.

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

Usage Guidelines4/5

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

The description implies usage when you have a cluster ID and need details, but does not explicitly state when to avoid it (e.g., if kubeconfig is needed). The context is clear but lacks explicit alternatives.

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/akamai-developers/akamai-cloud-mcp'

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