Skip to main content
Glama
shigechika

jquants-mcp

by shigechika

get_technical_indicators

Read-onlyIdempotent

Calculate SMA, Bollinger Bands, and RSI for a stock to analyze price trends and momentum. Supports configurable dates and indicator lists for flexible technical analysis.

Instructions

Compute technical indicators (SMA, Bollinger Bands, RSI) for a single stock (テクニカル指標). All plans.

Use for SMA・移動平均・ボリンジャーバンド・RSI queries on a specific stock. For charting use get_candlestick_data; for VWAP pressure use compare_close_vs_vwap. Supported: sma5, sma25, sma75, bb20 (→ bb20_mid/upper/lower ±2σ), rsi14. Null when not warmed up.

[Supported plans] Free / Light / Standard / Premium (API fallback on cache miss)

Args: code: Stock code (required). date: Single trading date (YYYYMMDD or YYYY-MM-DD). Overrides date_from/date_to. date_from: Range start inclusive (YYYYMMDD or YYYY-MM-DD). date_to: Range end inclusive (YYYYMMDD or YYYY-MM-DD). indicators: Indicator names list. Default ["sma5","sma25","bb20","rsi14"].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
dateNo
date_toNo
date_fromNo
indicatorsNo

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, non-destructive behavior. The description adds valuable context: results are null when not warmed up, supported plans include Free/Light/Standard/Premium, API fallback on cache miss, and the specific bb20 ±2σ convention. This goes beyond what the annotations alone provide.

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-organized into sections (usage, alternatives, supported indicators, plans, arguments) and is front-loaded with a clear summary. Slight redundancy exists ('All plans' repeated in the first line and later in [Supported plans]), but it remains efficient and scannable.

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?

The description is complete for a 5-parameter tool: it covers purpose, when to use, alternatives, parameter semantics, plan limitations, and edge-case behavior (null when not warmed up). An output schema exists, so returning detailed return values is not required, and the description still provides enough context for reliable invocation.

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?

Despite 0% schema description coverage, the description thoroughly explains every parameter: code is required, date overrides date_from/date_to, date formats are specified, range boundaries are inclusive, and indicators has a documented default list. This fully compensates for the missing schema descriptions.

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 identifies the tool's action ('Compute technical indicators') and its target resource ('a single stock'), naming specific indicators (SMA, Bollinger Bands, RSI). It also differentiates from siblings by directing charting queries to get_candlestick_data and VWAP pressure to compare_close_vs_vwap.

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?

It explicitly states when to use the tool ('Use for SMA・移動平均・ボリンジャーバンド・RSI queries on a specific stock') and names alternative tools for other use cases. It also clarifies supported plans and API fallback behavior, giving clear context for selection.

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