Skip to main content
Glama
AutomoxCommunity

Automox MCP Server

Create Webhook

create_webhook
Destructive

Create an Automox webhook subscription to receive event notifications. Must save the one-time signing secret; limit of 5 webhooks per organization with HTTPS URL required.

Instructions

Create a new Automox webhook subscription. The response includes a signing secret that is ONLY shown once — save it immediately. Max 5 webhooks per organization. URL must be HTTPS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
urlYes
event_typesYes
org_uuidNo
request_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Beyond annotations (destructiveHint=true), the description adds critical behavioral details: 'The response includes a signing secret that is ONLY shown once — save it immediately' and the limit of 5 webhooks per org. These go beyond what annotations provide, fully informing the agent of key side effects.

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?

Three concise sentences: first states purpose, second warns about the one-time secret, third lists constraints. No redundant information; every sentence adds value.

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 presence of annotations and output schema, the description covers the main gotchas (one-time secret, limits, URL requirement). It omits parameter explanations but the schema and sibling tool list_webhook_event_types help. It does not mention authorization requirements or whether the webhook is immediately active.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description does not explain any parameter individually despite 0% schema description coverage. Only the URL constraint ('URL must be HTTPS') adds some meaning to the 'url' parameter, but other parameters like event_types, org_uuid, request_id remain unexplained.

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 Automox webhook subscription', using a specific verb (Create) and resource (webhook subscription). It distinguishes from siblings like list_webhooks, update_webhook, delete_webhook by focusing on creation.

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 contextual guidance such as 'Max 5 webhooks per organization' and 'URL must be HTTPS', which inform when and how to use the tool. However, it does not explicitly mention when to avoid using it or suggest alternative tools like list_webhooks to check limits.

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/AutomoxCommunity/automox-mcp'

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