Skip to main content
Glama

xpay✦ Finance Collection

getDowJonesConstituents

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. First observed

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description must carry the burden of behavioral disclosure. It only generically mentions 'track values' and 'get detailed information' without specifying the return format, the scope of data, or any limitations. The description does not contradict annotations, but it fails to disclose what the tool actually returns.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description wastes words on 'using the Dow Jones API' and 'important stock index,' while failing to lead with the tool's core purpose. It is not concise or front-loaded; it buries the relevant constituent retrieval detail in a broad, generic statement.

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

Completeness2/5

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

There is no output schema, but the description does not explain what the return data contains (e.g., a list of tickers, company names, or sectors). It is incomplete for an agent to know what to expect, and the unrelated capabilities ('analyze trends') add confusion rather than clarify the tool's scope.

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 accepts zero parameters, so there is no parameter information to document. The schema is an empty object with no properties, and the description does not need to explain inputs. The baseline of 4 is appropriate for a parameterless tool.

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

Purpose3/5

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

The description hints at constituents with 'get detailed information about the companies that make up this important stock index,' but it also claims 'Track current values, analyze trends' and 'Access data on the Dow Jones Industrial Average,' making the tool's focus ambiguous. It does not clearly state that this tool specifically returns the list of Dow Jones constituents.

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 given on when to use this tool versus alternatives like getNasdaqConstituents or getSP500Constituents. The phrase 'Track current values, analyze trends' suggests broader index analysis capabilities, which could mislead an agent into using this tool for purposes other than retrieving constituents.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources