Skip to main content
Glama

DexL Agents

dexl_models

Chat models callable through the gateway, including the free one (id: dexl-free). Free, no payment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that the free model requires no payment, which is useful behavioral/pricing context. However, it does not disclose whether this is a read-only listing, whether it hits a network endpoint, or what the response format looks like. The description adds some value but leaves significant behavioral traits undisclosed.

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 two short sentences and front-loads the core purpose. The second sentence adds the key free/payment detail. It is concise and every sentence earns its place, though it could be slightly more structured with a clearer listing verb.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/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 is mostly complete: it identifies the resource (chat models), the scope (through the gateway), and the notable free option. However, it does not mention what the output looks like, whether it includes pricing details, or how it relates to dexl_catalogue and dexl_price. Given the sibling ambiguity, a bit more context would help an agent select it confidently.

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 is empty, so there is nothing for the description to explain about parameters. The description appropriately focuses on what the tool returns/offers. Baseline 4 for zero-parameter tools is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states that this tool lists chat models callable through the gateway, including the free one with its id. It is clear enough to distinguish from siblings like dexl_free_chat (which likely performs the chat) and dexl_price (which likely shows pricing). It could be slightly more explicit that it is a catalogue/list operation, but the verb 'callable' and the mention of the free model id make the purpose reasonably clear.

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 description implies this is the tool to consult for available models and the free model's id, and the sibling names suggest alternatives like dexl_free_chat for actually using the free model. However, it does not explicitly state when to use this tool versus dexl_catalogue or dexl_price, nor does it state exclusions. The context is implied rather than explicit.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.