Skip to main content
Glama
viralnote

viralnote-mcp

Official
by viralnote

create_webhook

Subscribe a URL to receive HTTP POST notifications when specified events occur.

Instructions

Subscribe a URL to ViralNote event notifications. ViralNote sends an HTTP POST with a JSON payload to the URL each time a subscribed event fires — for example post.published when a post goes live, or post.failed when delivery errors. Returns the created subscription including its id. The URL must be an HTTPS endpoint you control and that is publicly reachable. Check list_webhooks first to avoid duplicating an existing subscription.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublicly reachable HTTPS endpoint that will receive event POSTs.
eventsYesEvent names to subscribe to, e.g. 'post.published', 'post.failed'.
Behavior5/5

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

With no annotations, the description fully discloses behavior: creates a subscription, returns the object with id, sends HTTP POST to URL, and requires HTTPS and public reachability. No contradiction.

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?

Four sentences with clear flow: purpose, mechanism, return, prerequisite. No fluff. Each sentence adds unique value.

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?

Comprehensive for a creation tool with 2 params and no output schema. Explains trigger, return, and duplicate avoidance. Could add error scenarios or rate limits, but not necessary for an agent to invoke correctly.

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 already covers both parameters with descriptions. The description adds valuable context: URL must be HTTPS and controlled by user, events examples like 'post.published', and purpose of events. Adds meaning beyond schema, but schema already good.

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?

Description explicitly states 'Subscribe a URL' to event notifications, clearly identifying the verb and resource. It distinguishes from siblings like list_webhooks and delete_webhook by focusing on creation.

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?

Provides explicit guidance: 'Check list_webhooks first to avoid duplicating an existing subscription.' This tells the agent when to use the tool and what to consider before invoking.

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/viralnote/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server