Skip to main content
Glama

cli_versions

Read-onlyIdempotent

Check installed provider CLI versions, availability, and login status for all registered CLIs or one specific provider.

Instructions

Report installed provider CLI versions, availability, and login status for all registered CLI providers (claude|codex|gemini|grok|mistral|devin|cursor) or one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cliNoCLI filter (claude|codex|gemini|grok|mistral|devin|cursor)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv3.2.0
  2. Removedv3.0.0
  3. First observedv2.16.0

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds useful scope context beyond that — that the tool reports availability and login status, not just versions, for all registered providers or one — but it does not disclose edge behavior such as how missing/unregistered CLIs or failed login checks surface.

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?

A single front-loaded sentence that leads with the action and reported dimensions before enumerating providers. The provider list is marginally redundant with the schema enum, but it keeps the description self-contained at low cost.

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?

For a read-only tool with one optional enum parameter and annotations fully covering the safety profile, the description states what it does, its provider scope, and its filtering option. With no output schema, it names the three reported dimensions so the agent knows what to expect, though it stops short of describing absence/error behavior.

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%: the single cli parameter has its own description and a complete enum listing the same seven providers. The description's 'or one' phrasing mirrors the parameter's optional-filter semantics without adding new syntax or format detail, so the baseline 3 applies.

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 states a specific verb ('Report') and a well-defined resource (installed provider CLI versions, availability, and login status), then delimits the exact scope with the provider enumeration. This clearly distinguishes it from adjacent siblings like cli_upgrade, provider_version_guard, and provider_tool_capabilities.

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

Usage Guidelines3/5

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

The report-oriented framing implies when to use it — whenever the agent needs to know which provider CLIs are installed, available, or logged in — but no alternative is named and no when-not-to-use condition is given. With siblings covering adjacent concerns (cli_upgrade, provider_version_guard, provider_subcommands_list), explicit routing would add value.

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

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/verivus-oss/llm-cli-gateway'

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