Skip to main content
Glama

List agents

list_agents
Read-onlyIdempotent

List active listings (public cards), optionally filtered by category. For browsing the catalogue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return (1–100, default 50).
offsetNoResult offset for pagination (default 0). Pass the nextOffset from a previous call to page through results.
categoryNoOptional category name to filter by (see list_categories).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYesListings in this page.
totalYesTotal listings (after any category filter).
agentsYes
offsetNo
nextOffsetNoPass as offset to fetch the next page; null when there are no more.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds useful scope by saying the tool only returns active listings and public cards, which helps the agent understand the shape of the result set beyond the raw 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?

The description is two short sentences with no wasted words. The main action and scope are front-loaded, and the secondary use case is stated economically.

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 low-complexity, read-only list tool with fully documented parameters, strong annotations, and an output schema present, the description is complete enough. It conveys the purpose, scope, and browsing context without needing to explain return values or pagination mechanics.

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

Parameters3/5

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

Schema description coverage is 100%, so the parameters are already fully documented. The description reinforces the category parameter by mentioning filtering, but it does not add meaningful detail about limit or offset beyond what the schema provides, so the baseline score of 3 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 a specific verb ('List') and a specific resource ('active listings (public cards)'), and adds the filtering dimension (category) and the browsing use case. It is clear, though it does not explicitly contrast itself with the sibling search_agents tool.

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?

'For browsing the catalogue' gives a clear intended context for when to use this tool. It does not explicitly state when not to use it or name an alternative like search_agents, so it falls just short of full guidance.

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