Skip to main content
Glama

get_agents_list

List registered AI agents and their current status to coordinate multi-agent work, check active collaborators, and understand agent capabilities for a project.

Instructions

Retrieve a list of all registered agents and their current status.

WHEN TO USE:

  • At the start of work to see who else is working on this project

  • To check if other agents are currently active

  • To understand the capabilities of other agents in the system

  • When coordinating multi-agent work

  • To see the history of agents that have worked on this project

USEFUL FOR: Multi-agent coordination and understanding the project's agent ecosystem.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoFilter by agent status (optional) - "active", "inactive", "deprecated", or "all" (default)all
Behavior3/5

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

With no annotations provided, the description bears the full burden of behavioral disclosure. It implies read-only via 'Retrieve' and describes the output (list of agents and status), but it does not explicitly confirm safety or side-effect-free behavior. For a simple read tool this is adequate but not exceptional.

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 front-loaded with the core purpose, followed by a 'WHEN TO USE' list that adds practical guidance. It is well-organized and avoids unnecessary fluff, though some bullets in the list are slightly redundant (e.g., 'see who else is working' and 'check if other agents are currently active').

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?

The tool is simple (one optional param, no output schema), and the description adequately explains the return content ('list of all registered agents and their current status') and key usage contexts. It does not detail edge cases like pagination, but for this scope the description is sufficiently complete.

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?

The input schema already provides 100% coverage for the single optional `status` parameter, including default and allowed values. The description does not add new semantic information about parameters beyond what the schema states, 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.

Purpose5/5

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

The description clearly states the tool's purpose: 'Retrieve a list of all registered agents and their current status.' The verb 'Retrieve' specifies the action, and the resource is explicitly 'all registered agents,' distinguishing it from sibling tools like get_agents_in_project and get_active_agents which likely filter by project or active status.

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?

The 'WHEN TO USE' section provides concrete scenarios such as starting work, checking active agents, and coordinating multi-agent work. It lacks explicit exclusions or named alternatives (e.g., 'use get_agents_in_project for project-specific agents'), but the context is clear enough for an agent to select this tool.

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/siddiquesahabaj/CoordMCP'

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