Skip to main content
Glama
shiiman

multi-agent-mcp

by shiiman

list_agents

Retrieve a list of all agents, including file-saved agents. Requires caller agent ID.

Instructions

全エージェントの一覧を取得する。

ファイルに保存されたエージェント情報も含めて返す。

Args: caller_agent_id: 呼び出し元エージェントID(必須)

Returns: エージェント一覧(success, agents, count, synced_from_file)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caller_agent_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden. It indicates the return fields (success, agents, count, synced_from_file) and implies a read operation (取得する). However, it does not disclose whether the operation is safe, idempotent, or requires any special permissions. No contradiction with annotations as none are provided.

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 concise, with the main purpose front-loaded. The Args/Returns structure is clear, though it uses Japanese (still appropriate for the tool's audience). No wasted words.

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 one parameter and an existing output schema, the description gives a useful summary including the notable 'synced_from_file' field. It lacks details on ordering or filtering but is fairly complete for its complexity. The parameter-contradiction reduces completeness slightly.

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 description identifies the single parameter 'caller_agent_id' as required (必須), but the schema marks it as optional with default null, creating a conflict. Beyond naming, it adds limited meaning. Schema coverage is 0%, so the description should compensate more, but it only provides a brief label.

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 it 'gets a list of all agents' (全エージェントの一覧を取得する), specifying the verb and resource. It distinguishes itself from sibling tools like create_agent or get_agent_status by focusing on listing all agents, including those saved to file.

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?

No guidance is provided on when to use this tool versus alternatives (e.g., before creating an agent or checking status). There is no mention of prerequisites, context, or when not to use it.

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/shiiman/multi-agent-mcp'

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