Skip to main content
Glama
y0mulab

japan-ir-search

by y0mulab

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EDINET_API_KEYYesEDINET API Subscription-Key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_filingsA

有価証券報告書のテキストを全文検索します。

Args:
    query: 検索クエリ(例: "半導体 サプライチェーン リスク")
    section: セクション指定(risk_factors, md_and_a, business_overview,
             corporate_governance, financial_summary, full_text)
    company: 企業名フィルタ(部分一致)
    limit: 最大件数(デフォルト20)

Returns:
    マッチした書類一覧(企業名、セクション、スニペット付き)
get_filing_sectionA

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

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

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

インデックス済み企業の一覧を取得します。

Args:
    query: 企業名フィルタ(部分一致、省略で全企業)
    limit: 最大件数

Returns:
    企業一覧(EDINETコード、証券コード、企業名、書類数)
get_index_statsA

検索インデックスの統計情報を取得します。

Returns:
    インデックス済み書類数、企業数、総文字数等
compare_sectionsA

2つの書類の同一セクションを比較します(例: 前期 vs 当期のリスク記述)。

Args:
    doc_id_1: 比較元の書類ID
    doc_id_2: 比較先の書類ID
    section: セクションキー(デフォルト: risk_factors)

Returns:
    両方のテキスト、文字数差分、新出キーワード、消失キーワード

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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