Skip to main content
Glama
imbenrabi

Financial Modeling Prep MCP Server

getDowJonesConstituents

Read-onlyIdempotent

Retrieve the current list of companies that make up the Dow Jones Industrial Average, including their stock symbols and company details.

Instructions

Access data on the Dow Jones Industrial Average using the Dow Jones API. Track current values, analyze trends, and get detailed information about the companies that make up this important stock index.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, so the main behavioral safety is covered. The description adds some context about tracking values and trends, but it remains vague about the exact return format and whether it includes historical data. It does not contradict 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?

The description is concise with two sentences, front-loading the main action. However, the phrase 'using the Dow Jones API' is slightly redundant given the tool name and context. Overall efficient but not maximally tight.

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?

For a parameterless tool with no output schema, the description adequately states what data is available (current values, trends, company info). It could be more explicit about returning a list of constituents, but the name compensates. It misses details like whether the data is live or delayed, but given the tool's simplicity, it is sufficiently complete.

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 tool has zero parameters and 100% schema coverage, so the description does not need to explain parameters. The baseline of 4 applies as the description adds no parameter information but also does not need to.

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 tool name 'getDowJonesConstituents' and description clearly indicate it provides access to the Dow Jones Industrial Average constituent companies. The description specifies 'get detailed information about the companies that make up this important stock index,' which precisely matches the tool's purpose and distinguishes it from sibling tools like getSP500Constituents and getNasdaqConstituents.

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

Usage Guidelines3/5

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

The description implies usage for obtaining DJIA data but provides no explicit guidance on when to use this tool versus alternative tools such as getHistoricalDowJonesChanges or getIndexQuote. It lacks when-not-to-use instructions or comparisons with siblings.

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