Skip to main content
Glama
fujimura-ui

Japan Parliament Search MCP

国会の会議(委員会・本会議)を検索

search_meetings

Search Japanese Diet meetings (plenary and committee) by keyword to find which committee discussed a topic and when. Use for overview before retrieving specific speeches.

Instructions

キーワードを含む国会の会議(本会議・委員会)単位で検索する。どの委員会でいつ議論されたかの全体像を掴むのに使う。個別の発言内容はsearch_speechesで取得する。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromNo開始日 YYYY-MM-DD
houseNo院で絞り込み
queryYes検索語(例: 生成AI / 補助金)
untilNo終了日 YYYY-MM-DD
max_resultsNo最大件数(1〜10)
Behavior3/5

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

No annotations are provided, so the description carries full burden. It states the tool searches meetings by keyword but does not disclose behavioral traits such as sorting, pagination, authentication needs, or the exact structure of returned data. The max_results parameter is documented, offering minimal behavioral context.

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 very concise: two sentences with no wasted words. The first sentence states the core function, the second provides usage context and redirects to sibling. All information is front-loaded.

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 absence of an output schema, the description does not explain the return format or fields. However, the tool is a search operation with well-documented parameters (100% coverage) and a clear purpose. The mention of the sibling tool adds completeness. A brief note on output structure would improve it, but it is mostly adequate.

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 coverage is 100%, so the description adds limited extra meaning beyond the parameter descriptions. It mentions 'keyword' which is already in the query parameter description. No significant additional semantics.

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 searches for Diet meetings (plenary and committee) by keyword. It uses specific verb 'search' and resource 'meetings', and explicitly distinguishes from the sibling tool search_speeches, which handles individual speech content.

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

Usage Guidelines5/5

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

The description explains when to use this tool (to get an overview of which committee discussed what and when) and explicitly directs the agent to search_speeches for individual speech content, providing a clear alternative.

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/fujimura-ui/japan-parliament-search-mcp'

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