Skip to main content
Glama
patwalls

feedhook-mcp

by patwalls

create_subscription

Create a webhook subscription for a YouTube channel to receive signed POST notifications when a new video is published.

Instructions

Turn a YouTube channel into a webhook: Feedhook will POST signed JSON {event:'video.published', videoId, title, author, url, publishedAt, …} to callbackUrl ~8s after every new video. The response includes a per-subscription secret (shown once) for verifying the X-Feedhook-Signature header (sha256 HMAC of the raw body).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelYesThe channel as an @handle (e.g. '@mkbhd'), a youtube.com channel URL, or a raw UC… id — resolved server-side.
callbackUrlYesThe http(s) URL that will receive the webhook POSTs.
Behavior4/5

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

Since no annotations are provided, the description carries the full burden. It discloses key behaviors: signed JSON payload with specific fields, ~8s delivery delay, per-subscription secret for signature verification. This is thorough, though it does not address idempotency or rate limits.

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 a single, well-structured sentence that front-loads the purpose and packs in essential details without any fluff. Every word contributes to understanding.

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?

Given the tool has only 2 required parameters and no output schema, the description covers the input, the webhook behavior, and the secret usage. It does not cover error cases or limits, but for a create operation, this is largely sufficient.

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 the description adds minimal parameter information beyond what the schema provides. It mentions server-side resolution of the channel, which is a slight addition, but not enough to raise the score above baseline.

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 ('Turn a YouTube channel into a webhook') and the resource, with specific details about the resulting webhook behavior. It distinguishes itself from sibling tools like list_subscriptions and delete_subscription by focusing on creation and the webhook mechanism.

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

Usage Guidelines3/5

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

The description implies when to use the tool (to monitor a YouTube channel via webhook) but does not explicitly state when not to use it or compare it to alternatives. No direct guidance on prerequisites or conditions.

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/patwalls/feedhook-mcp'

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