Skip to main content
Glama

summarize_meeting

Retrieve and summarize complete Japanese Diet meeting minutes by issueID, with adjustable detail levels and optional focus for targeted highlights.

Instructions

会議録識別子 (issueID) を指定して会議録全体を取得・要約します。get_meeting + summarize_speeches を内部でまとめて実行します。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo要約モード: brief(短く低コスト)/ standard(標準)/ detailed(詳細、コスト高)standard
focusNo要約の焦点(例: "生成AI規制")。省略可
issueIDYes会議録識別子(search_speeches の items[].issueID から取得)
Behavior2/5

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

With no annotations provided, the description carries the full burden. It discloses the composite behavior (get_meeting + summarize_speeches) but does not state whether the operation is read-only, what output format to expect, latency/cost implications, or any side effects. This is a significant gap for a combined tool.

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 one concise sentence that captures the core function and composition. Every word adds value with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no output schema and no annotations, so the description should explain return values and usage context. It does not describe the output format, nor does it provide clear guidance on when to use this tool versus siblings. The composite nature is helpful but leaves the agent uncertain about what the summarized output looks like.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds no parameter-specific meaning beyond the schema; it only mentions issueID in the general text, which is already documented in the schema.

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 a specific verb+resource: 'specify issueID to retrieve and summarize the entire meeting record.' It also distinguishes the tool from siblings by explaining it internally combines get_meeting and summarize_speeches, making its composite nature explicit.

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 description implies the tool is used when you want both retrieval and summarization in one call, as it says 'internally executes get_meeting + summarize_speeches.' However, it does not explicitly contrast with alternatives (e.g., when to use get_meeting alone), so it lacks full exclusion guidance.

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/harutomo51/kokkai-mcp'

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