Skip to main content
Glama

list_local_models

Show curated open-weight chat models for local vLLM and all running loopback instances, including GPU-fit flags, paths, ports, and backend IDs.

Instructions

Every curated open-weight chat model for local vLLM (full catalog, not a short slice): fit flags for this GPU (weights + ~20% KV headroom), newest Hub id when a family has several names, downloaded under the allowlisted models dir, and every running loopback vLLM instance (backend id, port, image).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full transparency burden. It discloses a surprising behavioral scope by noting that the tool also returns every running loopback vLLM instance, and it specifies useful output facets such as GPU fit flags, newest Hub id, and the allowlisted directory. It does not explicitly state 'read-only,' but the list-style content and zero-parameter signature make that inference strong.

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 dense but front-loaded: it opens with the catalog scope, then efficiently appends the relevant filtering and output details. There is little wasted wording, though the long colon-separated clause sequence is slightly run-on and would be clearer as a short bulleted breakdown.

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, the description covers the important content areas and the surprising inclusion of running vLLM instances, so an agent has enough information to select and invoke it correctly. It does not specify the exact return structure or how the model list and instance list are combined, and there is no output schema to fill that gap.

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 and the schema already provides complete coverage, so there is no parameter-semantic burden for the description to carry. The baseline score for a no-parameter tool 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 names a specific resource, the full curated catalog of local vLLM models, and explicitly contrasts it with 'a short slice,' distinguishing it from recommendation-style siblings. It also states the key discriminating contents: fit flags, Hub id resolution, allowlisted directory, and running vLLM instances. This makes the tool's purpose unmistakable.

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 phrase 'full catalog, not a short slice' implies the tool should be used when an exhaustive list is needed rather than a targeted recommendation, which gestures at alternatives like recommend_local_models. However, it never names an alternative or gives an explicit when-to-use/when-not-to-use rule, so the guidance remains implied.

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/Unaware-Kerbin/agent-orchestrator'

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