Skip to main content
Glama

webhook_register

Requires a ChainHelix API key as bearer token, or 70 cents per call paid over Binance b402 in USDT, USDC, USD1 or U on BNB Smart Chain, or over x402 in USDC on the Base network. Get ChainHelix events PUSHED to your https URL instead of polling: signal_sealed (the sealed signal stream the moment each signal exists) and trade_closed (every finished trade with its result). 70 cents buys 7 days of delivery; call again with the same URL any time to extend. An active ChainHelix API key registers at no per call charge. Deliveries are signed so you can verify each one came from us

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
eventsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
urlNo
noteNo
errorNo
eventsNo
secretNo
daysAddedNo
expiresAtNo

TDQS

A4.3/5.0
Behavior4/5

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

No annotations are present, so the description carries full burden. It discloses auth requirements (bearer token), payment options and cost, event payload types (signal_sealed and trade_closed), that deliveries are signed, and that re-registering with the same URL extends the delivery period. It doesn't specify idempotency or duplicate registration behavior, but the disclosed behaviors are substantial.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense paragraph that front-loads the auth/payment requirement, then explains the purpose and event types. While it mixes pricing details with functional behavior, each sentence adds necessary context for a tool with no annotations. It could be better structured with separators, but it is not bloated.

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 registration tool with a minimal input schema and no annotations, the description covers the core purpose, required auth, payment model, event payloads, signing, and extension behavior. The output schema exists, so return values are not required in the description. Some edge cases (duplicate registration, URL validation) are not covered, but the description is complete enough for typical usage.

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 has only url (required) and events (optional array of enums), with 0% schema description coverage. The description explains that the URL is 'your https URL' and describes the two enum values with meaning: 'signal_sealed (the sealed signal stream the moment each signal exists) and trade_closed (every finished trade with its result).' It does not explicitly state that events is optional or the default behavior, but it adds meaning beyond the schema's bare enums.

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 registers a webhook to receive pushed ChainHelix events ('Get ChainHelix events PUSHED to your https URL instead of polling'), names the two event types, and the verb 'PUSHED' distinguishes it from polling-based tools. The sibling names webhook_unregister and webhook_status reinforce the unique purpose.

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?

It provides a clear when-to-use: 'instead of polling' and lists the required authentication/payment prerequisite. It also explains how to extend delivery ('call again with the same URL any time to extend') and notes that an active API key registers at no charge. However, it does not explicitly exclude cases like one-time data needs or mention alternative tools by name.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.5/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but some overlap exists among report tools (situation_report, deep_report, market_state) and spec tools (attest_spec, proof_spec). These could confuse an agent selecting the most appropriate endpoint.

Naming Consistency4/5

Tool names use consistent snake_case and are descriptive, but follow mixed patterns: verb_noun for actions (buy_key, list_attestations) and bare nouns or noun phrases for data endpoints (prices, congestion, wall_map). This is readable but not fully uniform.

Tool Count3/5

With 26 tools, the set is heavy and covers multiple domains (attestation, market data, key management, webhooks). It sits just above the borderline for comfort, but the breadth is justifiable given the server's multi-purpose nature.

Completeness5/5

The tool surface provides full lifecycle coverage for attestation (create, read, verify), key management (buy, claim, status), and webhooks (register, status, unregister), plus a wide range of market data endpoints. There are no obvious gaps or dead ends.

Resources