Skip to main content
Glama

list_agents

Retrieve a list of all agents in your organization. Optionally filter by project to view each agent's tools and configuration.

Instructions

List agents in the organization, optionally filtered by project.

Pass project_id (UUID from list_projects) to scope the results to a single project. Each agent record includes its tools and configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries burden. It mentions output includes tools and configuration, adding behavior beyond schema. However, does not explicitly state read-only nature, auth needs, or rate limits.

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?

Three concise sentences: purpose, parameter usage, output content. No fluff, each sentence adds value.

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 simple list tool with 2 params and output schema present, description covers purpose, one parameter detail, and output content. Lacks pagination info for limit, but default provided. Adequate for the task.

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?

Schema has 0% description coverage. Description adds meaning for project_id: UUID from list_projects. Does not describe limit parameter beyond default value, but overall partially compensates for low schema coverage.

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?

Description clearly states 'List agents in the organization, optionally filtered by project.' Verb 'list', resource 'agents', scope 'organization', optional filter. Distinguishes from sibling CRUD tools like create_agent or get_agent.

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?

Provides context for project_id parameter (UUID from list_projects) and filtering usage. Does not explicitly state when not to use or compare to alternatives, but usage is implied for listing agents.

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/Spaceship-AI/spaceship-mcp'

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