Skip to main content
Glama
shigechika

jquants-mcp

by shigechika

get_markets_short_ratio

Read-onlyIdempotent

Retrieve short selling ratio for TSE 33 industry sectors. Use sector codes and date filters to analyze short selling trends at the sector level.

Instructions

TSE 33-sector short selling ratio (業種別空売り比率). Standard+ only.

Use for 業種別空売り比率, sector-level 空売り動向, industry short selling trends. Keyed by s33 sector code — not per stock. For per-stock institutional short positions (大量空売り残高), use get_markets_short_sale_report instead.

When called with no parameters, returns a compact summary by default (detail=False): {count, latest_date, source, note}. Pass detail=True to retrieve full row data for the latest available date. Specifying any filter parameter (s33, date, etc.) always returns full data.

[Supported plans] Standard / Premium

Args: s33: TSE 33-sector code (e.g. 0050 = Fishery, Agriculture & Forestry) date: Date (YYYYMMDD or YYYY-MM-DD) date_from: Start date for range query date_to: End date for range query detail: When True and no filter params given, return full row data instead of summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
s33No
dateNo
date_fromNo
date_toNo
detailNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already indicate the tool is read-only, non-destructive, and idempotent. The description adds value by detailing the default compact summary and the switch to full data with detail=True or filter parameters. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is thorough but slightly verbose, repeating the summary behavior in two places. However, it is well-structured with paragraphs and a bullet-like parameter list, making it easy to scan. Minor room for tightening.

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

Completeness5/5

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

The description covers default behavior, filter behavior, output structure, parameter meanings, and notes on plan requirements. With an existing output schema and no required params, this is fully complete.

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?

Although the input schema lacks descriptions, the description provides clear semantics for each parameter: s33 (sector code with example values), date formats, detail as boolean controlling output detail. This compensates fully for the schema coverage gap.

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 it retrieves the TSE 33-sector short selling ratio, identifies the resource (sector-level data) and distinguishes from the per-stock sibling tool get_markets_short_sale_report. Purpose is specific and unambiguous.

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

Usage Guidelines5/5

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

Explicitly states when to use (for sector-level short selling trends) and when to use the alternative (per-stock positions via get_markets_short_sale_report). Also describes the behavior with no parameters vs. filters, giving clear usage guidance.

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