Skip to main content
Glama

Check Kimi readiness (free)

kimi_status
Read-only

Verify the Kimi CLI is installed, authenticated, and using a supported version, then report resolved defaults. Run before first paid call to confirm setup or when a run fails with a setup error.

Instructions

Check that the kimi CLI is installed, authenticated, and a supported version, and report the resolved defaults. Free — no model call. Run it before your first paid call in a session to confirm setup, and again whenever a run fails with a setup error. Spend: do not plan spend around rate_limit — it always reports unavailable, and that is not a failure. kimi exposes no quota-read channel and its provider is user-configured, so there is nothing authoritative to report. The only quota signal this server can give you is the kimi_rate_limited error on a call that was actually throttled; it carries retry_after_ms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=true and openWorldHint=false, so the safety profile is covered. The description adds valuable behavioral detail: the tool always reports `rate_limit` as `unavailable`, that this is not a failure, and that the only quota signal is the `kimi_rate_limited` error with `retry_after_ms`. This goes beyond what annotations provide.

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 compact and front-loaded: first sentence states the purpose and the free/no-model-call nature, second sentence gives when to use it, and the final paragraph gives crucial behavioral caveats. Slightly longer than strictly minimal, but every sentence carries meaningful guidance. A 4 rather than 5 because the last paragraph could be tightened slightly, but it's well-structured.

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?

For a zero-parameter, read-only status check with an output schema, the description is complete. It tells the agent when to call, what to expect, what not to plan around, and how to interpret the only quota signal. There is nothing an agent needs to know to invoke it correctly that is missing.

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, so schema coverage is trivially 100% and there is no parameter documentation burden. The description appropriately explains the output semantics (rate_limit reports unavailable) even though there is an output schema. A 4 is appropriate because the description compensates for the fact that the output schema likely just lists fields and may not explain the always-`unavailable` behavior.

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 verb 'Check' and the specific scope: installed, authenticated, supported version, and resolved defaults. It also labels it as 'Free — no model call,' which distinguishes it from paid tools. It doesn't explicitly name a sibling that performs an overlapping check, but the title and description together make the purpose clear.

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?

Explicitly says when to run it: 'before your first paid call in a session to confirm setup, and again whenever a run fails with a setup error.' It also provides a strong 'do not' guidance about spend planning and `rate_limit`, which prevents incorrect use. This is excellent usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/briandconnelly/moonbridge'

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