Skip to main content
Glama
shigechika

jquants-mcp

by shigechika

get_stock_briefing

Read-onlyIdempotent

Retrieve a one-page stock briefing covering price, financials, valuation metrics, margin ratio, and sector short-sale ratio.

Instructions

One-page briefing for a single stock: price, financials, valuation, and margin (株式ブリーフィング). All plans.

Returns latest price, FY financials, PER/PBR/dividend yield, margin ratio, and sector short-sale ratio. PER/ROE null when EPS≤0. Margin fields null without Standard/Premium cache. See also get_sector_briefing, get_market_briefing.

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

Args: code: Stock code (5 digits, e.g. 27800; 4-digit codes match ordinary shares only).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description adds significant behavioral context beyond annotations: cache-only, no live call, null conditions for margin fields and PER/ROE. No contradictions with 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 headline, bullet-like list of contents, and parameter details. It is concise without unnecessary repetition.

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 single parameter, rich annotations, and presence of output schema, the description sufficiently covers returns and edge cases (null fields, plan restrictions).

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 0% schema coverage, the description provides meaningful parameter details: code format (5 digits, 4-digit for ordinary shares), examples, and matching behavior.

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 provides a one-page briefing for a single stock, listing specific data categories. It distinguishes from sibling tools get_sector_briefing and get_market_briefing via explicit cross-references.

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 mentions alternative tools ('See also...'), notes plan support, and hints at code format rules. However, it does not explicitly state when to avoid using this tool.

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