Skip to main content
Glama
ichinya

timeweb-mcp-server

by ichinya

Список доступных версий Kubernetes

list_k8s_versions

Retrieves all available Kubernetes versions for cluster creation or updates. Use to select a valid version before creating or updating a Kubernetes cluster.

Instructions

Возвращает все доступные для создания/обновления версии Kubernetes. Используй перед create_k8s_cluster или update_k8s_cluster_version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description adds the context that versions are for creation/update, which is useful, but it does not disclose other behavioral aspects such as output format, sorting, or whether special permissions are needed. The annotations (readOnlyHint: false) are at odds with the read-only nature of a list operation, but the description does not contradict them; it simply lacks richer detail.

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?

The description is two short sentences: the first states the primary purpose, the second gives usage guidance. Every word provides value, and there is no wasteful repetition of schema information.

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 that this is a simple list operation with no parameters and no output schema, the description fully covers what an agent needs: what the tool returns and when to use it. The sibling tools are numerous, but the description clearly situates this one in the create/update workflow.

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

Parameters4/5

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

The tool has zero parameters, and the input schema is empty. With 0 params, the baseline is 4; the description need not explain parameters and does not try to, which is appropriate.

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 that the tool returns all Kubernetes versions available for creation or update, distinguishing it from siblings like list_k8s_presets or list_k8s_clusters. The verb 'returns' and specific resource 'versions Kubernetes' make the purpose unambiguous.

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

Usage Guidelines5/5

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

The description explicitly instructs to use the tool before create_k8s_cluster or update_k8s_cluster_version, providing clear when-to-use guidance. This also implicitly differentiates it from other list tools by narrowing its use case.

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/ichinya/timeweb-mcp'

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