Skip to main content
Glama

config_models_show

Lists every supported AI model with its identifier, token limits, and provider. Use it to find valid model values for AI chat and git tools.

Instructions

Return the embedded models.yaml listing every supported AI model the CLI knows about, with each model's identifier, token limits (input context and max output tokens), and provider. Use this to discover the valid model values accepted by ai_chat and the git tools. Takes no arguments. Read-only. Output is YAML. Mirrors omni-dev config models show --embedded-only (the plain show additionally merges user/project overrides; this tool returns the embedded catalog only).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations were provided, but the description fully discloses behavior: 'Takes no arguments. Read-only. Output is YAML.' It also clarifies that this tool returns only the embedded catalog, while the plain `show` merges overrides, providing important edge-case context.

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 compact and front-loaded, delivering all key information in three sentences. It covers purpose, usage, output format, read-only nature, and the differentiation from the override-merging variant without unnecessary detail.

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 simple read-only tool with no parameters and no output schema, the description is complete: it specifies what is returned, the format (YAML), the exact data fields, and how it relates to other tools. It also preempts confusion about overrides by mentioning the embedded-only distinction.

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 0 parameters and the input schema (empty object) already confirms this. The description redundantly states 'Takes no arguments,' which is harmless. Per the zero-parameter rule, a baseline of 4 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 uses a specific verb ('Return') and identifies the exact resource ('embedded `models.yaml`') and its contents. It clearly distinguishes this tool from siblings by noting it discovers valid `model` values for `ai_chat` and git tools, and further differentiates it from the plain `show` command.

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?

It explicitly states 'Use this to discover the valid `model` values accepted by `ai_chat` and the git tools,' giving a clear purpose. It also contrasts with the non-embedded variant, which merges user/project overrides, providing when-to-use/not-use guidance.

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/rust-works/omni-dev'

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