Skip to main content
Glama
nic01asFr
by nic01asFr

create_webhook

Set up a webhook to receive notifications when changes occur in a Grist document. Specify the target URL and optionally filter by table or event type.

Instructions

Crée un webhook pour un document Grist.

Prérequis: - list_documents: Pour obtenir un doc_id valide - list_tables: Pour obtenir un table_id valide (si spécifié)

Args: doc_id: L'ID du document url: URL du webhook (où les notifications seront envoyées) table_id: ID de la table à surveiller (optionnel, tous si non spécifié) event_types: Types d'événements à surveiller (optionnel, tous si non spécifié) Valeurs possibles: ["add", "update", "delete"] memo: Note descriptive pour le webhook (optionnel)

Returns: Dict avec statut, message et ID du webhook créé

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
memoNo
doc_idYes
table_idNo
event_typesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries full burden. It explains the tool creates a webhook and returns status and ID, but does not disclose potential side effects, idempotency, or error scenarios. Adequate but not thorough.

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

Conciseness4/5

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

The description is reasonably concise with clear sections (prerequisites, args, returns). However, it includes some redundancy (e.g., doc_id and table_id are already explained in prerequisites) and could be slightly more streamlined.

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's complexity and the presence of an output schema, the description covers prerequisites, parameters, and return values. It misses guidance on error handling or rate limits, but for a creation tool this is sufficient.

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 description coverage is 0%, so the description must compensate. It explains all parameters: doc_id, url, table_id, event_types (with possible values), and memo, adding meaning beyond the schema. URL format could be clarified, but overall 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?

The description clearly states the tool creates a webhook for a Grist document, using a specific verb and resource. It distinguishes itself from sibling tools like delete_webhook, modify_webhook, and list_webhooks.

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 explicit prerequisites (list_documents and list_tables) and explains optional parameters. However, it does not explicitly state when not to use this tool or suggest alternatives like modify_webhook for existing webhooks.

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

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