Skip to main content
Glama
tickerbot

Tickerbot MCP Server

Official
by tickerbot

tickerbot_list_tickers

List active tickers across US equities, Treasury, FX, and crypto. Filter by search, sector, exchange, asset class, or minimum market cap; use bulk symbol lookup or cursor pagination.

Instructions

List active tickers from the Tickerbot universe (~14,500 US equities, plus the US Treasury curve and Fed policy rates under R:, and major FX pairs, spot metals and crypto under X:). Use tickers for bulk lookup of named symbols (returns full rows); otherwise walks the universe alphabetically with cursor pagination. Supports filters: search, asset_type, exchange, sector, min_market_cap.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size. Max 1000. Default 50.
cursorNoOpaque cursor from a prior response.
searchNoCase-insensitive substring filter on ticker/name. Orders results by market_cap desc.
sectorNoExact-match sector filter (e.g. "Technology").
tickersNoComma-separated symbols (max 50). When set, returns full rows for these symbols and pagination params are ignored.
exchangeNoFilter by exchange (e.g. "XNYS", "XNAS", "BATS").
universeNoRestrict to a universe slug (top_10, top_100, or a saved one).
asset_typeNoFilter by INSTRUMENT TYPE within equities: the stored value (CS, ETF, ADRC, PFD, FUND, UNIT, SP, ETS, WARRANT, RIGHT, ETN, ETV), or "equity" for the equity-like set. This is not an asset class — `asset_type=crypto` is rejected; crypto is in the main list under its X: symbols.
asset_classNoFilter by asset class — `stocks`, `rates`, `crypto`, `fx`, or a comma-separated list. Omit for every class. Distinct from asset_type (the instrument type within equities).
min_market_capNoMinimum market cap in USD. Orders results by market_cap desc.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals the universe composition, the distinct behavior of the `tickers` parameter (returns full rows, ignores pagination), and the pagination mechanism. It does not mention rate limits, return format, or what 'active' means, but these are partially covered elsewhere and the description adds substantial context.

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 three sentences long, front-loaded with the primary purpose, and each sentence adds distinct value: scope, bulk vs paginated behavior, and filter list. There is no fluff or redundancy, making it easy to parse quickly.

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 complex listing tool with 10 optional parameters and no output schema, the description is quite complete: it explains universe content, two usage modes, pagination, and filters. It does not explicitly describe the response structure or error behavior, but these are often left implicit, and the overall context is sufficient for an agent to invoke the tool correctly.

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 schema description coverage is 100%, so the baseline is 3. The description adds meaningful context beyond the schema by explaining the universe scope, the bulk-lookup mode behavior, and the existence of filters like search, asset_type, exchange, sector, and min_market_cap. This helps the agent understand parameter interplay without reading every schema detail.

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 clearly states the tool lists active tickers from the Tickerbot universe, specifies the exact scope (~14,500 US equities, US Treasury curve, Fed policy rates, FX, metals, crypto under X:), and distinguishes this from a bulk lookup mode via the `tickers` parameter. It is a specific verb+resource+scope statement that differentiates it from sibling tools like get_ticker (singular) and list_universes.

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 provides clear usage context: 'Use `tickers` for bulk lookup of named symbols... otherwise walks the universe alphabetically with `cursor` pagination.' It also mentions supported filters. However, it does not explicitly compare to alternative sibling tools such as get_ticker for single-symbol lookups, so exclusions are not stated.

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/tickerbot/tickerbot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server