Skip to main content
Glama
J-Quants

j-quants-doc-mcp

Official
by J-Quants

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
health_checkA

ヘルスチェック用の簡易Tool。

サーバが正常に動作しているかを確認するためのツールです。

Returns: サーバの状態を示す辞書

search_endpointsA

エンドポイントをキーワードとカテゴリで検索する。

Args: keyword: 検索キーワード(エンドポイント名、パス、説明から検索) category: オプションのカテゴリフィルタ(auth, listed, prices, fins等) api_version: APIバージョン。会話の文脈からV1かV2かを判断して指定する。V1のエンドポイントパス(/v1/...)やV1特有の名前(daily_quotes等)が含まれる場合は'v1'を指定。デフォルトは'v2'。

Returns: 検索結果を含む辞書(該当件数と結果配列)

describe_endpointA

指定されたエンドポイントの詳細情報を取得する。

Args: endpoint_name: エンドポイント名(V2例: eq-master, eq-bars-daily / V1例: daily_quotes, listed_info等) api_version: APIバージョン。会話の文脈からV1かV2かを判断して指定する。V1のエンドポイントパス(/v1/...)やV1特有の名前(daily_quotes等)が含まれる場合は'v1'を指定。デフォルトは'v2'。

Returns: エンドポイントの詳細情報を含む辞書(名前、パス、メソッド、パラメータ、レスポンス、認証要否、利用可能プラン)

get_patternA

実装パターン情報を取得する。

Args: pattern_name: パターン名(指定しない場合は全パターンの一覧を返す)

Returns: パターン情報を含む辞書

fetch_spec_pageA

指定されたパスのSpecificationページを取得する。

エンドポイント詳細だけでなく、参照データページ(例: 休日区分、市場コード等)も取得できます。 Markdown内のリンクを辿って追加情報を取得する際に使用してください。

Args: path: Specificationページのパス(例: /spec/mkt-cal/holiday-division)

Returns: Specificationページの情報を含む辞書: - content: Markdownテキスト - source_url: 取得元URL - path: リクエストされたパス - cached: キャッシュから取得したかどうか - instruction: LLMへの指示

migrate_v1_to_v2A

V1 APIからV2 APIへの移行ガイドを提供する。

V1 APIを利用中のユーザーがV2 APIへ移行する際に、 エンドポイントの対応関係や変更点を案内し、V2の仕様書ページへ誘導します。

Args: v1_endpoint: V1 APIのエンドポイントパスまたはキーワード(例: /v1/prices/daily_quotes, 株価四本値等)。指定しない場合は移行ガイド全体を返す。

Returns: 移行ガイドのMarkdownとV2仕様ページへの誘導情報を含む辞書

get_infoA

API仕様書の範囲外の質問に回答するためのツール。

以下のような質問を受けた場合に、他のツール(search_endpoints等)ではなくこのツールを使用してください:

  • プランの種類、料金、価格

  • 契約方法、申込方法、支払い方法

  • 各プランで利用可能なデータ範囲・期間

  • プランの変更・アップグレード・解約

  • 無料プランと有料プランの違い

  • データ提供期間・データ格納期間の詳細

  • アカウント・ログインに関する問い合わせ

  • サポート・お問い合わせ先

このツールは正確な情報源として公式ページへのリンクを提供します。

Args: query: ユーザーの質問内容(例: 「Premiumプランの料金は?」「問い合わせ先は?」等)

Returns: 公式ページへの案内リンクとLLM向けの回答指示を含む辞書

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/J-Quants/j-quants-doc-mcp'

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