Skip to main content
Glama

list_agents

Read-onlyIdempotent

Retrieve all tenant AI agents with filters for type, status, and archived or unpublished entries to locate and manage them.

Instructions

Lista todos os agentes do tenant. Retorna id, nome, status, tipo e metadados.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFiltrar por tipo (ex: assistant, chatbot)
statusNoFiltrar por status
include_archivedNoIncluir agentes arquivados
include_unpublishedNoIncluir agentes despublicados (publicação inativa no tenant). Use para encontrar um agente que sumiu da lista após unpublish e republicá-lo.
Install Server

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already establish read-only, idempotent, and non-destructive behavior, so the bar is lower. The description adds tenant scope and return-field context, but it does not disclose pagination, default filtering behavior, or how 'todos' interacts with the archived/unpublished flags.

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 short sentences with no filler. The core purpose is front-loaded, and the return shape is stated efficiently.

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 low-complexity list tool with rich annotations and fully documented parameters, the description is mostly complete. It lacks pagination details and explicit sibling differentiation, but an agent can reasonably select and call it correctly.

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 baseline is 3. The tool description adds no parameter-level meaning, but the schema already documents each parameter, including the nuanced purpose of include_unpublished.

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 clearly identifies the action ('Lista todos os agentes do tenant') and the resource, and it specifies the output fields. It does not explicitly differentiate from the sibling list_published_agents, though 'todos os agentes' implies a broader scope than published-only.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives such as list_published_agents. It does not mention exclusions, prerequisites, or preferred scenarios beyond the generic listing purpose.

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

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/zihin-ai/zihin-mcp'

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