Skip to main content
Glama
shiiman

multi-agent-mcp

by shiiman

list_report_templates

Get a list of report templates, categorized into code survey, integrated report, and general survey types.

Instructions

利用可能なレポートテンプレート一覧を取得する。

レポート作成時に使用できるテンプレートの一覧を返します。 テンプレートは「コード調査」「統合レポート」「汎用調査」の 3カテゴリに分類されています。

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

Returns: テンプレート一覧(success, templates, categories)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caller_agent_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions the return structure (success, templates, categories) but does not state whether the tool is read-only, any authentication requirements, rate limits, or side effects. The read-only nature is implied by the name but not confirmed.

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?

The description is concise and well-structured, with clear sections for the overall purpose and Args/Returns. Every sentence adds value; no unnecessary 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?

Given the tool's simplicity (1 parameter, optional, has output schema), the description provides adequate context: lists the three categories and output fields. It does not explain how to use the output further or reference the sibling tool for individual templates, but is largely complete for a list operation.

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 provides a Japanese explanation for the sole parameter 'caller_agent_id' as '呼び出し元エージェントID(必須)', adding meaning beyond the schema which only shows type and default. However, it claims the parameter is required while the schema shows it is not (default null, no required list), creating a contradiction. The schema description coverage is 0%, so description partially compensates but the contradiction reduces reliability.

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: retrieving a list of available report templates. It also mentions the three categories (code survey, integrated report, general survey), which adds specificity. The tool name 'list_report_templates' distinguishes it from sibling 'get_report_template' (singular).

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 implies usage when a list of templates is needed, but it does not explicitly state when to use this tool versus alternatives, nor does it provide any 'when not to use' guidance. The sibling tool 'get_report_template' exists, but no comparison is made.

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