Skip to main content
Glama
shigechika

jquants-mcp

by shigechika

get_market_briefing

Read-onlyIdempotent

Retrieve a daily market briefing covering ADR, sector rankings, top movers, turnover, and screener highlights for Japanese equities.

Instructions

Daily market briefing: ADR, sector ranking, top movers, turnover, screener highlights (相場ブリーフィング).

Use for 相場ブリーフィング, 市場概況, 今日の相場, daily briefing, market summary. For sector valuation (PER/PBR) use get_sector_briefing instead. For single-stock detail use get_stock_briefing instead.

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

Returns: summary (ADR 25d, TOPIX change, margin ratio), sector top/bottom n, sector_short_ratios (S33 空売り比率, Standard+), top movers, top turnover, screener highlights (52w/YTD highs/lows, volume surges, price limits, notable stocks by RSI14), trend signals (distribution days, follow-through). Margin/short-ratio fields are null when those caches are absent.

Args: date: Trading date (YYYY-MM-DD or YYYYMMDD). sector_type: "s33" (default, 33 TSE sub-sectors) or "s17" (17 top-level). n: TopN size for movers/turnover sections (1–100, default 5).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes
sector_typeNos33
nNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations declare readOnlyHint, destructiveHint, idempotentHint, and openWorldHint. The description adds that it is cache-only (no API call), specifies supported plans, explains when fields are null (e.g., margin/short-ratio fields when caches absent), and details return components. This significantly supplements annotations.

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 well-structured with a clear summary of returns and parameters, but slightly lengthy due to comprehensive return field listing. Still, it is front-loaded and every sentence 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 3 parameters, output schema, rich annotations, and many siblings, the description covers all aspects: purpose, usage context, parameters, return structure, caching behavior, and plan restrictions. No gaps.

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?

Input schema provides no descriptions (0% coverage). The description fully compensates by explaining date format (YYYY-MM-DD or YYYYMMDD), sector_type options (s33 default, s17 alternative), and n (topN size, 1–100, default 5), including ranges and defaults.

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 provides a daily market briefing covering ADR, sector ranking, top movers, turnover, and screener highlights. It includes Japanese keywords and explicitly distinguishes itself from get_sector_briefing and get_stock_briefing.

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 explicitly lists use cases (e.g., 相場ブリーフィング, daily briefing) and provides clear alternatives: for sector valuation use get_sector_briefing, for single-stock details use get_stock_briefing.

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