Skip to main content
Glama
shiiman

multi-agent-mcp

by shiiman

check_all_tasks_completed

Checks whether all tasks are completed by verifying no pending, in-progress, or failed tasks remain. Returns task status counts.

Instructions

全タスクが完了したかチェックする。

完了条件: pending=0, in_progress=0, failed=0 failedタスクがある場合は完了と見なさない。

※ Owner のみ使用可能。

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

Returns: is_all_completed: 全タスク完了か total_tasks: 総タスク数 pending_tasks: 未着手タスク数 in_progress_tasks: 進行中タスク数 completed_tasks: 完了タスク数 failed_tasks: 失敗タスク数

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caller_agent_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations exist, but the description discloses the tool's behavior: checks task counts, treats failed tasks as incomplete, and is restricted to the owner. It also lists return fields, providing good transparency beyond the name.

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 well-structured with clear sections for purpose, conditions, access, arguments, and returns. It is reasonably concise, though the Japanese and English mix could be streamlined.

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?

Given no annotations, the description covers purpose, behavioral conditions, access control, parameter meaning, and return fields. An output schema exists, but the description adequately explains return values. The tool is simple and the description is complete.

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

Parameters2/5

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

The only parameter caller_agent_id is described as '必須' (required) but the input schema allows null and has no required list, creating a contradiction. The description adds no additional semantic context beyond the schema's name.

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 checks if all tasks are completed, defines completion conditions (pending=0, in_progress=0, failed=0), and excludes tasks with failed status. This distinguishes it from sibling tools like get_task_queue or list_tasks.

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

Usage Guidelines3/5

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

The description mentions 'Owner のみ使用可能' (owner only), providing a usage condition. However, it does not specify when to use this tool versus alternatives like check_gtr_available or get_task_status, leaving the context implied.

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