Skip to main content
Glama
shigechika

jquants-mcp

by shigechika

get_sector_briefing

Read-onlyIdempotent

Retrieve median PER, PBR, ROE, and margin ratio for Japanese stock sectors. Use for sector valuation and identifying undervalued sectors.

Instructions

Return sector-level median PER, PBR, ROE, and margin ratio (業種別ブリーフィング). All plans.

Use for セクターバリュエーション・業種別PER/PBR・割安セクター・業種別信用倍率 queries. PER/ROE exclude net-loss stocks (EPS≤0); PBR excludes negative-book stocks. See also get_market_briefing (market-wide), get_stock_briefing (single stock), get_sector_performance (騰落率).

[Supported plans] Free / Light / Standard / Premium (cache-only, no API call) Note: margin_ratio fields are null unless Standard/Premium margin cache is populated.

Args: sector_type: "s33" (default, 33 TSE sub-sectors) or "s17" (17 top-level sectors).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sector_typeNos33

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds important context: PER/ROE exclude net-loss stocks, PBR excludes negative-book stocks, and margin_ratio fields are null unless cache is populated. No contradiction.

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?

Well-structured: purpose first, then usage, exclusions, alternatives, plan-specific notes, and parameter details. Every sentence adds value with no redundancy.

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 output schema exists, the description covers all necessary aspects: purpose, usage, behavioral caveats, parameter explanation, and plan limitations. It is complete for a single-parameter tool with rich annotations.

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?

The input schema has only 'sector_type' with no description. The description clarifies it accepts 's33' (33 sub-sectors) or 's17' (17 sectors), adding meaning beyond 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 states it returns sector-level median PER, PBR, ROE, and margin ratio, which is a specific verb+resource. It also lists sibling tools to distinguish itself.

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 provides use cases (e.g., 'sector valuation, sector PER/PBR, cheap sectors') and recommends alternative tools like get_market_briefing and 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