Skip to main content
Glama
J-Quants

j-quants-doc-mcp

Official
by J-Quants

search_endpoints

Search J-Quants API endpoints by keyword and category to locate the right endpoint for your integration.

Instructions

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

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

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordYes
categoryNo
api_versionNov2

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It discloses that search covers endpoint name, path, and description, and describes the return structure as a dictionary with a count and results array. It also explains the api_version decision rule, which is useful 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 a compact structured block with Args and Returns sections, no redundant text, and every clause adds information. It is appropriately sized for the tool's complexity.

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 covers purpose, all three parameters, and return type, and an output schema exists. It is sufficient for a search tool, though minor details like case-sensitivity or sorting are not mentioned, slightly preventing a perfect score.

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?

Schema provides only titles and defaults with 0% description coverage. The description fully compensates: keyword scope is specified (searches name/path/description), category includes example filters (auth, listed, prices, fins), and api_version gets a clear decision procedure. This goes well beyond 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 opens with 'エンドポイントをキーワードとカテゴリで検索する' (Search endpoints by keyword and category), clearly stating the action and resource. This distinguishes it from siblings like describe_endpoint and health_check, which serve different purposes.

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?

The description does not explicitly mention alternatives or when not to use this tool. However, it provides detailed guidance on selecting api_version based on conversation context (V1 vs V2), which aids correct invocation. No when-not-to-use or sibling differentiation is present.

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

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