Skip to main content
Glama
tickerbot

Tickerbot MCP Server

Official
by tickerbot

tickerbot_create_webhook

Create webhooks with custom triggers for scan, ticker, signal, or event alerts, delivering to your chosen channel.

Instructions

The canonical webhook create — POST /v2/webhooks with an explicit trigger object: { type: "scan" | "ticker" | "signal" | "event", … } plus delivery fields. The subscribe tools above are flat sugar over exactly this; use this form when composing the trigger programmatically or when a sugar door doesn't fit. Trigger shapes: scan {type:"scan", q, universe?}; ticker {type:"ticker", ticker, condition}; signal {type:"signal", signal, ticker?, universe?, condition?}; event {type:"event", kinds, tickers?, universe?, event_q?}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoDisplay name. Defaults from the trigger.
cadenceNoEvaluation cadence. Default realtime. (`1m` accepted as a deprecated alias of realtime.)
channelNoDelivery channel. Inferred from the URL you pass if omitted.
columnsNoComma list of extra columns to include with each delivered match (`fields` accepted as alias).
triggerYesWhat fires the webhook: { type: "scan" | "ticker" | "signal" | "event", … } — see the tool description for each shape.
device_idNoRegistered device id from the mobile app (channel mobile_push).
target_urlNoHTTPS delivery URL (`webhook` channel). Omit for in-app.
discord_urlNoDiscord incoming-webhook URL (channel discord).
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the HTTP endpoint, the required trigger object, and trigger shapes, but it does not mention what side effects occur (e.g., webhook creation, idempotency, required authentication, or response format). This is a gap for a mutation tool.

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 core purpose, and tightly structured: endpoint, usage guidance, and trigger shapes. Every sentence carries essential information with no fluff.

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

Completeness3/5

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

The input side is well covered: 8 parameters with 100% schema coverage, trigger shapes detailed, and channel inference noted. However, there is no output schema and the description does not mention return values, error behavior, or prerequisites (e.g., authentication), leaving the context incomplete for a create operation.

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 description coverage is 100%, so the baseline is 3. The description exceeds this by detailing the exact trigger shapes for each type (e.g., scan {type:'scan', q, universe?}), which the schema's trigger property only vaguely references by saying 'see the tool description'. This adds meaningful parameter semantics beyond the schema.

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 is 'the canonical webhook create — POST /v2/webhooks with an explicit trigger object' and enumerates the four trigger types (scan, ticker, signal, event). It also explicitly distinguishes itself from the 'subscribe tools above' as flat sugar, making the purpose and scope unambiguous.

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

Usage Guidelines5/5

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

It provides explicit usage guidance: 'use this form when composing the trigger programmatically or when a sugar door doesn't fit.' It also names the alternative subscribe tools, giving clear when-to-use vs. when-not-to-use context.

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