Skip to main content
Glama
shigechika

jquants-mcp

by shigechika

get_top_volume

Read-onlyIdempotent

Retrieve top N stocks by trading volume for a specified date. Provide a date and optional count to get stock codes, volume, turnover value, and closing price.

Instructions

Return top stocks by trading volume on a given date.

Args: date: Trading date in YYYY-MM-DD or YYYYMMDD format. n: Number of stocks to return (1–100). Default: 10.

Returns: dict with keys: - date: the requested trading date - items: list of up to n dicts, each with: - code: stock code (5-digit) - volume: number of shares traded - turnover_value: trading value in yen - close: closing price

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nNo
dateYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so safety is covered. The description adds valuable behavioral context: accepted date formats, the n parameter range and default, and the exact return structure (up to n items, each with code, volume, turnover_value, close). This exceeds minimal expectations, though it could mention potential edge cases like non-trading dates.

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 well-structured: a one-sentence summary followed by a clear Args/Returns breakdown. It is concise, front-loaded, and every sentence adds value. No unnecessary repetition.

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?

For a simple tool with two parameters and an output schema, the description provides sufficient detail for an agent to select and invoke it correctly. It explains the return format and parameter constraints. Minor gaps include no mention of error behavior or when to use alternatives, but these are not critical given the annotations and simplicity.

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 description coverage is 0%, so the description carries the full burden. It fully explains both parameters: date format (YYYY-MM-DD or YYYYMMDD) and n (range 1-100, default 10). This is complete and unambiguous.

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's purpose: 'Return top stocks by trading volume on a given date.' It uses a specific verb, identifies the resource (stocks by volume), and includes the temporal scope. This distinguishes it from siblings like get_top_turnover_value (turnover value) and detect_volume_surge.

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

Usage Guidelines4/5

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

The description provides clear context for use: it is for retrieving a ranked list of the most traded stocks on a specific date. However, it does not explicitly mention when not to use it or list alternatives, such as using get_top_turnover_value for value-based rankings. The context is clear but lacks explicit exclusions.

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/shigechika/jquants-mcp'

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