Skip to main content
Glama
shiiman

multi-agent-mcp

by shiiman

report_task_progress

Report task progress in 10% increments for real-time monitoring. Use checklists for automatic progress calculation.

Instructions

Worker がタスクの進捗を報告する。

Worker は 10% ごとに進捗を報告することで、Admin と Owner が リアルタイムで作業状況を把握できます。

チェックリストを使用する場合、進捗率は自動計算されます。

※ Worker のみ使用可能。

Args: task_id: タスクID progress: 進捗率(0-100、10% 単位で報告推奨。checklist使用時は自動計算) message: 進捗メッセージ(現在の作業内容など、ログに追加されます) checklist: チェックリスト [{"text": "項目名", "completed": true/false}, ...] caller_agent_id: 呼び出し元エージェントID(Worker のID)

Returns: 報告結果(success, task_id, progress, message または error)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageNo
task_idYes
progressNo
checklistNo
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?

No annotations provided, so description carries full burden. Discloses that progress reports are sent to Admin/Owner, and progress can be auto-calculated with checklist. Does not mention side effects or permissions beyond 'Worker only', but tool is non-destructive.

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?

Description is well-structured with a brief purpose statement, usage guidance, and an Args section. While somewhat lengthy, each sentence adds value. Front-loaded with primary function.

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 5 parameters (1 required) and no output schema, the description covers all needed context: purpose, who can use, when to report, parameter details, and return format. Also distinguishes from sibling tools implicitly.

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

Parameters5/5

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

Schema has 0% coverage (no parameter descriptions), but description provides detailed meaning for all 5 parameters: progress range (0-100, recommended 10% increments), checklist structure (array of objects with text/completed), message purpose, and caller_agent_id as Worker ID. Adds crucial constraints and formatting.

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?

Title and description clearly state 'report_task_progress' and 'Worker がタスクの進捗を報告する' (Worker reports task progress). Distinguishes from sibling report_task_completion by focusing on progress updates rather than final completion. Also specifies that only Worker can use.

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?

Clearly indicates when to use: Worker reports progress every 10%. Mentions that Admin and Owner can monitor in real time. Recommends 10% increments and notes auto-calculation with checklist. Lacks explicit 'when not to use' but context is clear enough.

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