Skip to main content
Glama
shigechika

jquants-mcp

by shigechika

get_earnings_this_week

Read-onlyIdempotent

Retrieve companies reporting earnings this week, grouped by day with company name and sector. Set custom date range or use default current week.

Instructions

Companies reporting earnings in a date window, grouped by day (今週の決算予定). All plans.

Use for 今週決算がある銘柄, 直近の決算スケジュール, この期間に決算発表する会社一覧, 決算前スクリーニング, earnings this week. Default window = today .. today+7d. Enriches each company with its name and 33-sector from the equities master. For a single stock's next earnings date use get_equities_earnings_calendar(code=...).

[Supported plans] Free / Light / Standard / Premium (cache-only, no API call)

Args: date_from: Window start inclusive (YYYYMMDD or YYYY-MM-DD). Defaults to today. date_to: Window end inclusive (YYYYMMDD or YYYY-MM-DD). Defaults to date_from + 7 days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
date_toNo
date_fromNo

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 read-only, idempotent, and non-destructive behavior. The description adds valuable context: default window (today to today+7d), enrichment with company name and sector, and that it is cache-only with no API call. This goes beyond the annotations.

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-organized: main purpose in the first line, usage examples next, default behavior, enrichment note, plan support, and parameter details. Every sentence adds value without redundancy. It is appropriately concise for the complexity.

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 context of many siblings and absence of output schema detail (but known to exist), the description covers input behavior, default window, enrichment, caching, and plan support. It equips the agent with sufficient information to invoke the tool correctly.

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?

The input schema has zero description coverage, but the description fully compensates by explaining both parameters: date_from and date_to with format (YYYYMMDD or YYYY-MM-DD), inclusive designation, and default behaviors (today for start, +7 days for end). This is critical guidance missing from 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 clearly states the tool lists companies reporting earnings within a date window, grouped by day. It explicitly distinguishes from a sibling tool (get_equities_earnings_calendar) for single stock queries, providing a specific verb+resource+scope.

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?

The description provides explicit usage guidance with Japanese examples like '今週決算がある銘柄' and English like 'earnings this week'. It also tells when not to use it: for single stock next earnings date, use get_equities_earnings_calendar.

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