Skip to main content
Glama
tamappe

Market Index MCP

by tamappe

get_worst_days

Identify the worst-performing trading days for a specific stock symbol in a given year. Analyze historical market data to pinpoint significant price declines and understand market volatility patterns.

Instructions

指定年の下落日ワーストランキング

Args:
    symbol: 銘柄コード
    year: 年 (例: 2020)
    limit: 取得件数 (デフォルト5)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes
yearYes
limitNo
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It implies a read-only operation by retrieving ranking data, but doesn't specify if it requires authentication, has rate limits, returns paginated results, or details the output format. The description adds minimal behavioral context beyond the basic purpose.

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 appropriately concise with a clear purpose statement followed by parameter explanations. Each sentence adds value: the first states what the tool does, and the Args section explains parameter meanings. The structure is logical and front-loaded with the main purpose.

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

Completeness3/5

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

For a tool with 3 parameters, no annotations, and no output schema, the description provides adequate basic information about purpose and parameters but lacks important context about output format, error conditions, and when to use versus sibling tools. It's minimally viable but leaves gaps in behavioral and strategic guidance.

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 description provides clear semantic meaning for all three parameters: 'symbol' as stock code, 'year' as year with example, and 'limit' as number of items to retrieve with default value. With 0% schema description coverage, the description fully compensates by explaining what each parameter represents, though it doesn't provide format constraints or validation rules.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: '指定年の下落日ワーストランキング' (worst declining days ranking for a specified year). It specifies the verb 'get' and resource 'worst days ranking', though it doesn't explicitly distinguish from siblings like 'get_best_days' beyond the 'worst' vs 'best' distinction in the name.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like 'get_best_days' or 'get_yearly_summary'. It lacks context about use cases, prerequisites, or exclusions, offering only basic parameter information without strategic direction.

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/tamappe/market-index-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server