Skip to main content
Glama

List agy models

agy_list_models
Read-onlyIdempotent

List available models for use with the agy CLI. Use this tool to discover valid model names before sending queries.

Instructions

List the models available to the agy CLI (runs agy models).

Use before agy_ask to discover valid values for its 'model' argument.

Takes no arguments. Returns JSON: { "models": string[] } — e.g. ["Gemini 3.5 Flash (High)", "Gemini 3.1 Pro (High)", "Claude Opus 4.6 (Thinking)"].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, destructiveHint=false. Description adds value by revealing the underlying CLI command, return format (JSON with models array), and example output, which are beyond annotations.

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?

Three clear, front-loaded sentences. No redundancy or unnecessary details. Every sentence adds value (purpose, usage, return format).

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?

Despite no output schema, description includes return format (JSON with models array and example). Combined with rich annotations, it fully informs an agent about purpose, usage, safety, and output.

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?

No parameters, schema coverage is 100%. Description states 'Takes no arguments', which is sufficient. Baseline for 0 params is 4, and description adds no extra param info needed.

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?

Explicitly states 'list the models available to the agy CLI' with the command `agy models`. Clearly differentiates from siblings (agy_ask, agy_auth_status, agy_login) by focusing on model listing.

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 'Use before agy_ask to discover valid values for its model argument', providing clear when-to-use and linking to a sibling tool. Also states it takes no arguments.

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/yinjs/agyenvoy'

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