Skip to main content
Glama

Unquant

Get ETF holdings

market_etf_holdings
Read-onlyIdempotent

Return the largest reported holdings for one ETF, with an optional minimum weight filter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoThe maximum number of results to return.
symbolYesThe ticker symbol. Example: AAPL.
min_weight_percentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
metaYes
billingYes
warningsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations are strong: readOnlyHint=true, idempotentHint=true, destructiveHint=false, openWorldHint=true. These already convey the safety profile fully. The description adds the 'threshold' filtering behavior (minimum weight filter) which is genuinely beyond annotations. However, it does not disclose return format specifics, whether partial results are returned when symbol is invalid, or that 'largest reported holdings' implies a sorting/truncation behavior. With such comprehensive annotations, the description's added value is modest, making a 3 appropriate.

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?

The description is a single well-formed sentence that front-loads the core purpose and appends the optional filter parameter. Zero wasted words, no redundancy with the title or schema. Exemplary conciseness.

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 read-only data retrieval tool with 3 params, strong annotations, and an output schema present, the description is reasonably complete. It covers the core function (return largest holdings), the optional filter (min weight), and combines cleanly with schema documentation. A slight gap: it doesn't mention what happens with no results or invalid symbols, but given the output schema and openWorldHint annotation, this is acceptable. Not quite a 5 because it could briefly note the 'largest reported' semantics (e.g., sorted by weight descending).

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?

Schema coverage is 67% — symbol and limit are documented, but min_weight_percent is described in schema as 'minimum portfolio weight' without noting that it's a FILTER on the returned holdings (the description clarifies this is a filter, adding value). The description explains the semantic relationship between min_weight_percent and the 'largest reported holdings' selection, which isn't obvious from the schema alone. This bridges the gap created by the 33% undocumented parameter meaning in context.

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 uses a specific verb+resource ('Return the largest reported holdings for one ETF') and clearly identifies what the tool does. It distinguishes from siblings like market_quote, market_price_history, and market_company_profile by focusing on ETF holdings rather than individual stocks, though it doesn't explicitly name a sibling alternative. The 'largest reported holdings' qualifier adds useful specificity.

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 this is for ETF holdings data (use when you need fund constituents), and the sibling list has no other holdings-focused tool, so differentiation is implicit. However, there's no explicit guidance on when to use this vs alternative market tools, no mention of prerequisites (e.g., knowing the ETF symbol already, or whether the tool works for non-ETF tickers), and no mention of the openWorldHint behavior that indicates the answer might be 'no data available'.

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