Skip to main content
Glama

webhooks.create

Create webhook endpoints in Ryft MCP to receive real-time notifications for payment events, customer updates, and subscription changes.

Instructions

Create a Ryft webhook endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
activeYes
eventTypesYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.4/5.0
Behavior2/5

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

No annotations provided, so description carries full burden. 'Create' implies mutation but lacks disclosure of validation behavior (URL verification), idempotency, rate limits, or that this likely returns a webhook secret that must be stored.

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

Conciseness3/5

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

Single sentence is efficient in isolation, but undersized given the information deficit. Lacks front-loaded critical details (e.g., return value importance) that would earn its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a resource creation tool with 3 undocumented parameters and no output schema, the description is dangerously thin. No mention of returned webhook secrets, signature validation requirements, or the irreversible nature of secret exposure.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, yet description compensates with nothing. While 'url' and 'active' are self-evident from names, 'eventTypes' is completely opaque—no hint as to valid event strings or syntax, despite this being critical for correct invocation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

States clear verb 'Create' and resource 'Ryft webhook endpoint', but lacks sibling differentiation (no distinction from webhooks.update) and omits domain context (e.g., that this registers a URL to receive event notifications).

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

Usage Guidelines2/5

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

Provides no guidance on when to use versus alternatives (create vs update), prerequisites (e.g., URL must be HTTPS and reachable), or whether duplicate URLs are permitted.

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

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/bkawk/ryft-mcp'

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