Skip to main content
Glama
y0mulab

japan-ir-search

by y0mulab

get_filing_section

Retrieve the full text of a specific section (e.g., risk factors, MD&A) from a Japanese corporate filing using its EDINET document ID and section key. Get the complete section content and metadata.

Instructions

書類の特定セクション全文を取得します。

Args:
    doc_id: EDINET書類ID(例: "S100VWVY")
    section: セクションキー(risk_factors, md_and_a, business_overview,
             corporate_governance, financial_summary, full_text)

Returns:
    セクションの全文テキストとメタデータ

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYes
sectionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the behavioral transparency burden. It discloses the return type (full text and metadata) and provides a helpful example for doc_id. However, it does not mention error handling behavior, whether sections may be missing, rate limits, or any side effects. It is adequate for a simple read operation but not comprehensive.

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: a one-sentence summary, followed by Args and Returns sections. Every line provides necessary detail without redundancy or fluff. It is appropriately sized for the tool's simplicity.

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?

The description adequately covers the input parameters and return type, and an output schema exists, so exhaustive return field documentation is unnecessary. It lacks discussion of edge cases or usage scenarios, but for a straightforward getter with two required parameters, the context is reasonably complete.

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?

The schema has no descriptions for its two parameters, but the description fully compensates by explaining doc_id as an EDINET document ID with a concrete example, and section as a section key with an enumerated list of valid values. This adds significant meaning beyond the bare 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 the tool retrieves the full text of a specific section from a filing, using the verb '取得します' (retrieve) and identifies the resource as a filing section. The provided section keys (risk_factors, md_and_a, etc.) further distinguish it from sibling tools like search_filings or compare_sections.

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?

Usage is implied by the purpose: one would use this when needing section text from a known filing ID. However, there is no explicit guidance about when to use this tool versus alternatives, no exclusions, and no prerequisites mentioned beyond the required parameters.

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/y0mulab/japan-ir-search'

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