Skip to main content
Glama

list_models

List all configured models and view their current running or stopped status.

Instructions

List all configured models with their current status (running/stopped). Returns {models: [...], count: N} where each entry is nested as {identification: {name, model_path}, status: {state, port, pid?}}. The value to pass as model_name to start_server / swap_server is identification.name exactly as returned — do NOT concatenate it with status.port or any other field.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. It discloses return structure (status, nested fields) and says it lists 'all configured models'. No destructive behavior is expected, and this is adequately covered.

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?

Two sentences with no waste. First sentence states purpose and return shape. Second sentence provides critical usage guidance. Both are essential.

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 zero-parameter listing tool with no output schema or annotations, the description covers return format and usage. It lacks edge-case info (e.g., empty models) but is otherwise sufficient.

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?

Tool has zero parameters with schema coverage 100%. Baseline score 4 is appropriate; description adds no parameter info but does not need to.

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?

Description uses specific verb 'List all configured models with their current status', clearly identifying the tool's purpose. It distinguishes from siblings like start_server/swap_server by detailing return format.

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

Usage Guidelines4/5

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

Explicitly tells the agent how to use the output (pass identification.name to start_server/swap_server) and what not to do (do not concatenate with port). No explicit when-to-use vs alternatives, but context signals imply this is the listing tool.

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/shanevcantwell/llauncher'

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