Skip to main content
Glama
optimize-overseas

LACRM MCP Server

Create Webhook

create_webhook

Create a webhook to get POST notifications for CRM events like Contact.Create. Requires an HTTPS endpoint and supports User or Account scope.

Instructions

Create a new webhook in Less Annoying CRM. Webhooks send POST requests to your URL when events occur.

Requirements:

  • endpoint_url must be HTTPS

  • Your endpoint must respond to an initial handshake request

Scope:

  • User: Only triggers for actions by the authenticated user

  • Account: Triggers for actions by any user in the account

Common events: Contact.Create, Contact.Edit, Contact.Delete, PipelineItemStatus.Create, PipelineItemStatus.Edit

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventsYesEvent types to subscribe to
endpoint_urlYesHTTPS URL to receive webhook POSTs
webhook_scopeYesUser or Account scope
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the handshake requirement, how webhook scope affects triggering, and lists common events. These add meaningful context beyond simply saying 'create a webhook,' even though it does not detail the success response or authentication requirements.

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 well-structured with clear sections for requirements, scope, and common events. Every sentence contributes useful information without wasted words, and the bullet points make it scannable.

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?

For a simple 3-parameter creation tool with no annotations or output schema, the description is fairly complete. It covers the key behavioral aspects (handshake, scope) and provides examples. It does not explicitly state what the API returns upon success, but the absence of an output schema makes this less critical.

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 the baseline is 3. The description adds value by specifying that endpoint_url must be HTTPS, explaining the handshake requirement, clarifying the meaning of User vs Account scope, and providing common event examples. This goes beyond the schema's brief 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 clearly states 'Create a new webhook in Less Annoying CRM' with a specific verb and resource, distinguishing it from sibling tools like get_webhooks and delete_webhook. It also explains the purpose of webhooks (send POST requests when events occur), leaving no ambiguity about what the tool does.

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 clear context for using the tool, including requirements (HTTPS endpoint, handshake response) and scope options (User vs Account). While it does not explicitly mention alternatives like get_webhooks or delete_webhook, the create action is obviously distinct, and the practical requirements are well covered.

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/optimize-overseas/lacrm-mcp'

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