Skip to main content
Glama
gwmage

Rootr MCP Server

Create a webhook

rootr_create_webhook

Create a webhook to subscribe to Rootr events like document changes or comment activity. Optionally restrict to a subtree or tags, with debounce to coalesce bursts.

Instructions

Create a webhook on a Rootr (루터) workspace. Valid events: document.created, document.updated, document.moved, document.deleted, comment.created, extraction.completed, extraction.failed, log.anomaly.rca, scaffold.applied. Optionally scope it to a subtree (scopeNodeId, inherited by descendants) and/or a tag filter (filterTags). debounceSeconds coalesces bursts of events (server enforces a fixed trailing debounce with a cap). IMPORTANT: the response secret is shown ONLY ONCE, in this call's result — copy it now, it will not be shown again. LOOP GUARD: deliveries carry the actor as data.actorId ("apikey:" for API writes) — a consumer MUST skip deliveries caused by its own key before reacting, or an agent that writes on notification will trigger itself forever.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesHTTPS endpoint to receive webhook POSTs
nameNoHuman-readable name for the webhook
eventsYesEvent names to subscribe to, from: document.created, document.updated, document.moved, document.deleted, comment.created, extraction.completed, extraction.failed, log.anomaly.rca, scaffold.applied
workspaceNoWorkspace id; defaults to ROOTR_WORKSPACE/config if omitted
filterTagsNoOnly fire for nodes carrying one of these tags
scopeNodeIdNoRestrict to this node and its descendants
debounceSecondsNoTrailing debounce window in seconds (server-capped)
Behavior5/5

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

Beyond annotations (readOnlyHint=false, destructiveHint=false), the description reveals critical behaviors: the response secret is shown only once, debounceSeconds has a server-enforced cap, and the loop guard with actorId. No contradiction with annotations.

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 concise, starting with a clear purpose, then providing details in a structured manner. Every sentence adds necessary information without redundancy.

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?

With 7 parameters and no output schema, the description covers important behavioral context (secret visibility, loop guard, debounce cap). However, it could mention the undefined return type briefly.

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 coverage is 100%, so baseline is 3. The description adds value by explaining scope to subtree (scopeNodeId), tag filtering (filterTags), and debounce behavior (trailing, server-capped), which go beyond schema descriptions.

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 starts with 'Create a webhook on a Rootr workspace' and lists valid events, clearly stating the tool's purpose. It distinguishes from siblings like rootr_list_webhooks and rootr_delete_webhook.

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 provides usage guidance through IMPORTANT and LOOP GUARD warnings, explaining when to copy the secret and how to avoid self-triggering loops. It doesn't explicitly list alternatives but implies appropriate use.

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/gwmage/rootr-cli'

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