Skip to main content
Glama
shigechika

jquants-mcp

by shigechika

get_equities_earnings_calendar

Read-onlyIdempotent

Find upcoming and past earnings announcement dates for Japanese stocks. Filter by stock code or date to get a company's next earnings day.

Instructions

Find upcoming/past earnings announcement dates (決算発表日). Free / all plans.

Use for 決算発表, 決算日, 決算スケジュール, earnings calendar, 今週決算がある銘柄, 〇〇の次の決算はいつ, days to earnings, 決算前銘柄スクリーニング. Pair with get_markets_short_sale_report for 決算またぎ空売り残 / 踏み上げリスク screening. Light+: all listed issues incl. REITs, any fiscal year-end (daily_fetch sweeps /fins/earnings-date). Free: falls back to March/September fiscal-year issues only (the older /equities/earnings-calendar), since the newer endpoint's Free-tier window excludes the last 12 weeks by publication date. No-argument query defaults to a -7/+14 day window around today. The Light+ all-issues coverage described above assumes daily_fetch's /fins/earnings-date sweep has already populated the cache; a same-plan live-fallback still queries the narrower legacy endpoint (jquants-mcp#621). Falls back to one live fetch on a cache miss (code queries always; date queries only for today/future dates, #523; the no-argument query when nothing is scheduled from today onwards, #536).

[Supported plans] Free / Light / Standard / Premium

Args: date: Announcement date (YYYYMMDD or YYYY-MM-DD). Returns latest data when omitted. code: Stock code (5 digits, e.g. 72030; 4-digit codes are padded with trailing 0). When specified, searches accumulated data for the matching stock's earnings dates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeNo
dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Beyond the annotations (readOnly, idempotent), the description discloses fallback behavior (live fetch on cache miss), date-window defaults, plan-specific coverage differences, and internal dependencies (daily_fetch sweeps). This adds substantial context for the agent about how the tool behaves in various scenarios.

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 long but well-structured with clear sections and bullet points. It front-loads the purpose and use cases, then dives into technical details. While some internal references (e.g., jquants-mcp#621) are niche, they don't detract significantly from clarity. It could be slightly tightened, but every part adds value.

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?

Given the tool's complexity (plan differences, fallbacks, multiple query modes) and the presence of an output schema, the description covers all necessary context: parameter semantics, plan limitations, default behavior, and edge cases (cache misses). It is complete for an agent to decide when and how to use it.

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%, and the description fully compensates by explaining the date format (YYYYMMDD or YYYY-MM-DD), code format (5 digits, trailing 0 padding), and the behavior when omitted (latest data for date, accumulated search for code). This is essential for correct invocation.

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 finds upcoming/past earnings announcement dates (決算発表日) and provides a list of query phrases, but it does not explicitly differentiate it from sibling tools like get_earnings_this_week or get_earnings_results_this_week, relying on the name and usage examples to distinguish.

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?

Provides explicit usage guidance: lists query phrases (決算発表, earnings calendar, etc.), pairs with get_markets_short_sale_report for specific screening, and explains plan-dependent behavior (Free vs Light+). This goes beyond a simple when-to-use by offering context and alternatives.

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