Skip to main content
Glama

List gateways

list_gateways
Read-onlyIdempotent

Active AI gateways (providers) in compact form: slug, name, tagline, website, referral link, model count, likes, last sync. Editor's picks come first by default. Use get_gateway for docs, payment methods, notes, and the model list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo'likes' ranks by visitor votesdefault
limitNo
offsetNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, non-destructive behavior. The description adds meaningful context: only active gateways are returned, the output is compact with a defined field set, and editor's picks are ordered first by default.

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 filler; the core action, returned fields, default ordering, and sibling pointer are all front-loaded and compact.

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 read-only list tool, the description covers scope, returned fields, default ordering, and where to get more detail. Pagination is inferable from schema defaults, and annotations cover side-effect safety.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33%, covering just 'sort'. The description clarifies the default sort order but does not explain limit or offset semantics, leaving the agent to infer pagination behavior from names and bounds.

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?

States a specific verb and resource: lists active AI gateways in compact form. Names the included fields and explicitly distinguishes itself from get_gateway, which is the detailed variant.

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 tells the agent when to use get_gateway instead (for docs, payment methods, notes, and model list). This provides a clear routing rule among siblings.

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.

Resources