Skip to main content
Glama
tickerbot

Tickerbot MCP Server

Official
by tickerbot

tickerbot_list_signals_catalog

List all built-in and custom signal definitions, including metadata like coverage, history, and category. Use it to identify valid signal names and q= clauses before running a scan.

Instructions

List the unified signal catalog: every built-in column on the schema (kind: builtin) plus the caller's custom signals (kind: expression). Built-in rows carry the audited spec metadata — description, category, update cadence, ticker coverage (ticker_scope), history depth (history/history_since), queryable resolutions, and asset classes. Use to discover what q= clauses and signal names are available before composing a scan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoFilter by kind. Omit for both. (`custom` is accepted as a legacy alias of `expression`.)
limitNoPage size for custom slice. Max 200. Default 50.
cursorNoOpaque cursor.
Behavior4/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It describes the output composition (built-in plus caller's custom signals) and enumerates the metadata fields included for built-in rows, which are beyond what the schema provides. It also indicates scoping to the caller's custom signals.

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?

Two sentences, front-loaded with the primary purpose, followed by valuable detail on output content and intended use. Every sentence earns its place with no redundancy or fluff.

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 listing tool with no output schema, the description explains what the response contains (including metadata fields) and when to use it. Parameters are fully covered by the schema, so the description is nearly complete; a brief note on pagination defaults could push it to a 5, but that is already in the schema.

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 the schema already thoroughly documents all three parameters. The description adds the connection to 'q= clauses and signal names' but does not elaborate on limit/cursor behavior beyond the schema. Baseline 3 is appropriate.

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 action ('List') and the resource ('the unified signal catalog'), and distinguishes it from sibling tools by specifying built-in vs custom signals. It is specific and unambiguous.

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 an explicit use case: 'Use to discover what q= clauses and signal names are available before composing a scan.' It does not mention alternatives or exclusions, but the context is clear and sufficient for an agent to decide when to invoke it.

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