Skip to main content
Glama
imbenrabi

Financial Modeling Prep MCP Server

getHistoricalDowJonesChanges

Read-onlyIdempotent

Retrieve historical changes in the Dow Jones Industrial Average composition and performance data to analyze index evolution and performance across different periods.

Instructions

Access historical data for the Dow Jones Industrial Average using the Historical Dow Jones API. Analyze changes in the index’s composition and study its performance across different periods.

Input 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=true and idempotentHint=true, so the description's mention of 'Access historical data' aligns with these traits. The description adds value by specifying the nature of the data (composition changes, performance), but does not contradict annotations or reveal additional behaviors beyond what annotations imply.

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?

Two concise sentences that front-load the action ('Access historical data') and efficiently convey the tool's purpose and capabilities with no extraneous words.

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?

The description covers both primary aspects (composition changes and performance) of the return value despite having no output schema. It is sufficiently complete for a read-only, parameterless tool, though a bit more specificity about the output format would improve completeness.

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 zero parameters, so the description carries no parameter burden. Per guidelines, baseline is 4. The description does not attempt to describe parameters (none exist), so it meets the minimum expectation.

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 accesses historical data for the Dow Jones Industrial Average, including composition changes and performance. The tool name already differentiates it from siblings like getHistoricalSP500Changes, but the description does not explicitly contrast them, leaving some ambiguity among the many similar historical index tools.

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?

No guidance is provided on when to use this tool versus alternatives like getHistoricalSP500Changes or getHistoricalNasdaqChanges. The description does not mention prerequisites, context, or exclusions, leaving the agent to infer usage solely from the tool name.

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/imbenrabi/Financial-Modeling-Prep-MCP-Server'

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