Skip to main content
Glama
theYahia

MoySklad MCP Server

by theYahia

create_webhook

Set up webhooks to receive real-time notifications for MoySklad entity events (CREATE, UPDATE, DELETE, PROCESSED). Configure the callback URL, event action, and entity type to monitor.

Instructions

Register a new webhook for entity events (CREATE/UPDATE/DELETE/PROCESSED).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesWebhook callback URL (must be HTTPS)
actionYesWhich entity action triggers the webhook
diffTypeNoFor UPDATE webhooks: NONE (default) or FIELDS to receive changed fields
entityTypeYesEntity type to watch, e.g. 'customerorder', 'product', 'demand', 'counterparty'
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the action and event types, omitting side effects such as whether the webhook is immediately active, authentication requirements, or response behavior. For a mutation tool, this is a significant gap.

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, focused sentence that front-loads the verb and resource, includes the relevant event types, and contains no filler words. It is optimally concise.

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 create operation with no output schema and no annotations, the description is sparse. It does not mention what the tool returns (e.g., webhook ID), activation behavior, error conditions, or the meaning of the custom 'PROCESSED' event. This leaves the agent without critical operational context.

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 description coverage is 100%, with all four parameters documented, including enum values for action and diffType. The tool description adds no new semantic information beyond listing the action enum, so it does not enhance what the schema already provides.

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 uses the specific verb 'Register' with the resource 'webhook' and clarifies it is for entity events with enumerated action types (CREATE/UPDATE/DELETE/PROCESSED). This clearly distinguishes it from sibling webhook management tools like list_webhooks, update_webhook, and 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 Guidelines3/5

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

The description implies usage for creating a new webhook, and the sibling names (list/update/delete) indicate alternatives, but the description itself does not explicitly state when to use this tool versus those alternatives, nor does it mention prerequisites or use cases. Context is clear but lacks explicit guidance.

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/theYahia/moysklad-mcp'

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