Skip to main content
Glama

create_webhook

Set up a webhook to receive event notifications from Mediagraph by providing a destination URL and selecting events to monitor.

Instructions

Create a webhook to receive event notifications

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesDestination URL to POST events to
nameYesWebhook name
noteNoInternal notes
trashNoInclude trash events
eventsNoComma-separated list of events: asset.created, asset.updated, asset.deleted, asset.restored, collection.updated
enabledNoEnable the webhook (default: true)
group_assetsNoGroup multiple asset events into single request
asset_group_idNoScope to specific Collection or StorageFolder
include_download_urlNoInclude asset download URL in payload
Behavior1/5

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

With no annotations provided, the description must disclose behavioral traits, but it only states the basic create action. It does not mention side effects, required permissions, whether it is idempotent, or what response to expect. This is a significant gap for a creation tool.

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 sentence that is front-loaded and free of wasted words. It clearly and concisely conveys the tool's core purpose without unnecessary detail.

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?

The tool has 9 parameters and no output schema, but the description provides minimal context. It does not explain the role of webhooks, how the event list works, or what happens after creation, leaving significant gaps that the schema alone cannot fill.

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?

The input schema covers all 9 parameters with descriptions, so the baseline is 3. The tool description adds no additional meaning beyond what the schema already provides, so a baseline score 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 tool creates a webhook, with the specific purpose of receiving event notifications. This distinguishes it from sibling tools like list_webhooks, get_webhook, and delete_webhook, which are operationally different.

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?

The description does not provide any explicit guidance on when to use this tool versus alternatives, nor does it mention any exclusions or alternatives. It implies usage via the action 'create a webhook', but offers no context beyond that.

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/mediagraph-io/mediagraph-mcp'

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