Skip to main content
Glama

Create webhook

fuse_notification_create_webhook

Create a Fusebox Notification webhook for a project. Requires FUSEBOX_SECRET_API_KEY (Notification API endpoints authenticate with both apiKey and API-SECRET).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventTypeYesEvent filter. `ERC721` also covers ERC1155 events. `ALL` subscribes to every event type.
projectIdYesFuse Console project ID that owns the webhook.
webhookUrlYesHTTPS URL that Fusebox will POST event payloads to.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It usefully notes the dual authentication requirement (apiKey and API-SECRET). However, it does not mention any potential side effects, such as whether creating a webhook with an existing URL would overwrite or conflict, nor does it describe the creation result (e.g., webhook ID).

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 two sentences long, front-loaded with the primary function, and every sentence provides essential information. There is no wasted text.

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?

The description covers the authentication context and the basic purpose. However, with no output schema, it would be helpful to mention what the tool returns (e.g., webhook ID, confirmation). It also does not specify prerequisites like project existence. Overall, it is mostly complete for a simple creation tool.

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 coverage is 100%, so each parameter already has a detailed description in the schema (e.g., eventType enum with notes on ERC721 covering ERC1155). The description adds no further parameter-level meaning beyond what the schema already provides, so baseline score of 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 verb 'Create' and the resource 'Fusebox Notification webhook for a project', which exactly matches the tool's function. It distinguishes this creation tool from sibling tools like delete, get, update, and list webhooks.

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 specifies the required authentication secret, which is a key usage condition. It does not explicitly state when to use this tool over alternatives, but the action 'create' and the resource context are clear among sibling notification tools.

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.

Resources