Skip to main content
Glama
shigechika

jquants-mcp

by shigechika

detect_consecutive_dividend_increase

Read-onlyIdempotent

Identify stocks with consecutive annual dividend increases. Filter by minimum years and as-of date for lookahead-free backtesting.

Instructions

Screen for stocks with consecutive annual dividend increases (連続増配). All plans.

Use for 連続増配・dividend growth・増配継続 queries. NOTE: consecutive dividend growth alone does NOT guarantee outperformance on a risk-adjusted basis. Consider combining results with yield and payout ratio filters for investment decisions.

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

Args: min_years: Minimum number of consecutive years of dividend increase (default 10). as_of_date: Cut-off date for disclosures (YYYY-MM-DD or YYYYMMDD). Disclosures after this date are excluded, enabling lookahead-free back-testing. Defaults to all available data.

Returns: Matching stocks sorted by consecutive_years descending. Each item contains code, name, consecutive_years, latest_div_ann (split-adjusted, current per-share), latest_fy_end, and a history list of recent years.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
min_yearsNo
as_of_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already show readOnlyHint=true, destructiveHint=false, idempotentHint=true. Description adds that results are 'cache-only, no API call' and explains the as_of_date parameter enables 'lookahead-free back-testing'. Also notes returns include split-adjusted dividend and history list. Adds value beyond 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?

Structured with Args and Returns sections; front-loaded with main purpose and usage notes. Sentences are informative without fluff. Could be slightly more compact (e.g., combine supported plans line), but it's well-organized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Explains input parameters, cache-only behavior, lookahead-free feature, and return fields (sorted, split-adjusted, history list). Output schema exists and description adds explanation. Could specify what 'history list' contains in more detail, but overall covers key aspects for a screening tool.

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?

Schema description coverage is 0%, but description fully explains both parameters: min_years as 'minimum number of consecutive years of dividend increase (default 10)' and as_of_date as 'cut-off date for disclosures... enabling lookahead-free back-testing. Defaults to all available data.' Provides format and semantics not present in 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?

Clearly states it screens for stocks with consecutive annual dividend increases, specifying the resource ('stocks with consecutive annual dividend increases') and action ('screen for...'). Also gives Japanese terms ('連続増配') and mentions 'All plans'. Differentiates from siblings that detect price patterns or retrieve market data.

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?

Explicitly says 'Use for 連続増配・dividend growth・増配継続 queries.' Provides caution: 'consecutive dividend growth alone does NOT guarantee outperformance' and suggests combining with yield/payout ratio filters. Does not list alternative tools or state when not to use, but context is clear.

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