Skip to main content
Glama
Harurow

@harurow/j-quants-doc-mcp

by Harurow

describe_endpoint

Retrieve detailed information about a specified J-Quants API endpoint, including parameters and usage, by providing the endpoint name and API version.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_versionNoAPIバージョン。V1のエンドポイントパス(/v1/...)やV1特有の名前(daily_quotes等)が含まれる場合は'v1'を指定。デフォルトは'v2'。v2
endpoint_nameYesエンドポイント名(V2例: eq-master, eq-bars-daily / V1例: daily_quotes, listed_info等)
Behavior2/5

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

No annotations are present, so the description carries the burden of behavioral disclosure. It only states it 'gets' information, implying read-only, but provides no details on output format, behavior for invalid endpoints, or any side effects.

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 single concise sentence with no redundancy. It is efficiently front-loaded with the essential purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has a simple read operation, but the absence of an output schema means the description should clarify what 'detailed information' includes. It does not, leaving some ambiguity in the expected result structure.

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?

The schema provides 100% coverage with descriptions for both parameters, including the api_version enum and examples for endpoint_name. The description adds no parameter semantics beyond the schema, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves detailed information about a specified endpoint, using a specific verb and resource. It is distinguishably about describing an endpoint, but does not explicitly differentiate from sibling tools like get_info.

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

Usage Guidelines2/5

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

No usage guidance is provided. The description does not explain when to prefer describe_endpoint over search_endpoints, fetch_spec_page, or get_info, and there are no exclusions or alternative references.

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

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