Skip to main content
Glama

Compare funds tracking one index

get_etf_index_group
Read-only

Answer "what is the cheapest way to track ?". Returns every fund tracking one index ordered cheapest fee first, deduplicated to one row per FUND rather than per venue listing (a five-venue UCITS fund is one choice, not five) with its listingCount and venues. Defaults to UCITS-buyable domiciles. Omit indexKey to list the available index families. Fees are percentage points and the response states how many funds publish no fee at all, so a "cheapest" claim is never made over silently omitted funds. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum funds (or index families) to return, 1-100.
scopeNoucits (default) restricts to domiciles a European retail investor can actually buy. all adds US-domiciled trackers, which look cheaper but are not purchasable by EU retail.ucits
indexKeyNoNormalized index key, e.g. SP500, MSCI_WORLD, NASDAQ100, MSCI_EM, EURO_STOXX_50, TOPIX, FTSE100. Omit to list every index family that has at least one fund.
distributionPolicyNoOptionally keep only accumulating or only distributing share classes.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
foundYes
fundsYes
scopeYes
coverageYes
indexKeyYes
warningsYes
indexFamiliesYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description adds significant behavioral detail: deduplication to one row per fund rather than per venue listing, the ordering by fee, the default UCITS domicile restriction, the fact that fees are percentage points, and the explicit statement that the response reports how many funds publish no fee so a 'cheapest' claim is never made over silently omitted funds. This is excellent transparency about the tool's logic and limitations.

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 concise yet information-dense. Every sentence adds value: the core purpose, the dedup rule, the domicile default, the optional indexKey behavior, and the fee reporting nuance. It is front-loaded with the main question and efficiently covers the key behaviors without redundancy.

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

Completeness5/5

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

With an output schema present, the description needs not explain return structure, but it covers all essential behavioral context: what is returned, how results are ordered and deduplicated, the default scope, the optional indexKey behavior, and the handling of missing fee data. This is a complete and self-sufficient description for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so each parameter is already documented. The description reinforces the indexKey behavior ('Omit indexKey to list the available index families') and mentions the UCITS default that maps to the scope parameter, but it does not add substantial new parameter-level meaning beyond what the schema already states. This meets the baseline for full schema coverage.

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 description opens with a concrete question it answers ('what is the cheapest way to track <index>?') and then states exactly what it returns: every fund tracking one index, ordered by fee, deduplicated by fund rather than venue listing. This clearly distinguishes it from siblings like compare_etfs or search_etfs by specifying fund-level deduplication and fee ordering.

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

Usage Guidelines4/5

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

The intended use case is immediately clear ('Answer...'), and it provides helpful context such as the UCITS-buyable domicile default and the optional indexKey omission for listing index families. However, it does not explicitly name alternative tools or state when not to use this tool, leaving that to the agent to infer from sibling names.

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.