Skip to main content
Glama
longbridge

longbridge

Official

ETF Documents (US)

etf_docs
Read-onlyIdempotent

Retrieve regulatory and prospectus documents for a US ETF by symbol. Returns filing details for US accounts, with optional limit.

Instructions

Get regulatory/prospectus documents (etf-files) for a US ETF. US accounts only; errors with DcRegionRestricted for AP accounts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
_jqNoOptional jq filter (jaq syntax) applied to this tool's JSON response before it is returned; it never changes the upstream request. One output is returned as-is, several as a JSON array, none as []. Module imports and the `env`/`debug`/`stderr` builtins are unavailable. Example: .data | map({symbol}). Omit for the full response.
limitNoMaximum number of documents to return. Omit for all.
symbolYesETF symbol, e.g. "SPY.US"

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changedv0.12.0
    • addedInput schema / properties / _jq / description
      Added value: +"Optional jq filter (jaq syntax) applied to this tool's JSON response before it is returned; it never changes the upstream request. One output is returned as-is, several as a JSON array, none as []. Module imports and the `env`/`debug`/`stderr` builtins are unavailable. Example: .data | map({symbol}). Omit for the full response."
    • removedInput schema / properties / limit / format
      Removed value: -"uint32"
  2. Changed2 schema fields changedv0.10.6
    • addedInput schema / properties / _jq
      Added value: +{
      +  "type": "string"
      +}
    • changedOutput schema / (root)
      Previous value: -{
      -  "$defs": {
      -    "EtfDocFile": {
      -      "properties": {
      -        "code": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "file_name": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "file_path": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "format": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "update_date": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        }
      -      },
      -      "type": "object"
      -    }
      -  },
      -  "properties": {
      -    "files": {
      -      "items": {
      -        "$ref": "#/$defs/EtfDocFile"
      -      },
      -      "type": [
      -        "array",
      -        "null"
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}New value: +null
  3. Addedv0.8.4

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare the tool read-only, open-world, and idempotent, so the description does not need to restate those. It adds valuable behavioral context by disclosing the regional restriction and the specific DcRegionRestricted error for AP accounts, which goes beyond the structured annotations.

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 entire description is one tight sentence that leads with the core action and then adds the critical regional constraint. There is no filler, and every clause contributes useful information.

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 simple read-only tool requiring only one parameter, the description is nearly complete: it names what is returned, the target market, and a key error condition. It does not describe the return shape, but no output schema exists and the response type is implied by 'documents'.

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?

The input schema already provides full descriptions for all three parameters, including the required 'symbol' and optional 'limit' and '_jq'. The description adds no parameter-specific detail, but with 100% schema coverage, the baseline applies and the schema carries the explanatory burden.

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 uses a specific verb ('Get') and a precise resource ('regulatory/prospectus documents for a US ETF'), making the tool's function immediately clear. It also distinguishes itself from broader sibling tools like 'filings' by scoping to ETF-specific documents and US accounts.

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 description clearly states the tool is for US ETFs and explicitly warns that AP accounts will receive a DcRegionRestricted error. It provides strong contextual usage guidance, though it does not explicitly name alternative tools for non-US or non-ETF document lookups.

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

Deploy Server

Other Tools