Skip to main content
Glama
tickerbot

Tickerbot MCP Server

Official
by tickerbot

tickerbot_test_webhook

Verify webhook delivery by sending a one-shot test POST to its target URL with identical payload and signing, then return the outcome (delivered, HTTP status, latency, error).

Instructions

Send a real-shape webhook.fired POST to the webhook's target_url synchronously, right now. The body is byte-identical to a real fire (same signing); the test marker rides in an X-Tickerbot-Test: true header. Returns the inline outcome (delivered, http_status, elapsed_ms, error). One-shot — a failed test never retries and never auto-disables the webhook. Fails with 400 if the webhook has no target_url (in-app deliveries have nothing to fire over the wire).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesWebhook id.
Behavior5/5

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

With no annotations, the description carries the full burden and exceeds expectations. It discloses synchronous execution, byte-identical body/signing, X-Tickerbot-Test header, return fields, one-shot behavior (no retries, no auto-disable), and a 400 error for missing target_url.

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 contributes unique value: core action, body/signing details, return fields, one-shot semantics, and error condition. No fluff or 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?

The tool is complex (test webhook) but the description covers all essential aspects: request behavior, response format, error conditions, and side effects. With no output schema, it explicitly lists return fields. Complete and self-contained.

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 single parameter 'id' is fully described in the schema (100% coverage). The description does not add parameter-specific syntax or format details, but baselines at 3 since the schema already handles it.

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: 'Send a real-shape `webhook.fired` POST to the webhook's target_url synchronously, right now.' This specifies a unique verb+resource+scope, distinguishing it from sibling webhook management tools like create, patch, list, or delete.

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 context on when to use the tool (to test a webhook) and describes behavior like one-shot, no retries, and failure conditions. It does not explicitly contrast with alternatives, but the purpose is self-evident among siblings.

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