Skip to main content
Glama

webhook_create_rule

Create webhook routing rules in Greenhouse to forward specific events to URLs or log them for monitoring, enabling automated workflows and event tracking.

Instructions

Create a webhook routing rule. event_type can be a specific event or '*' for all. action_type is 'forward' (requires action_url) or 'log'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_typeYes
action_typeYes
action_urlNo
filter_fieldNo
filter_valueNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/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. While it mentions that 'forward' action_type requires action_url, it doesn't address important behavioral aspects: whether this is a mutating operation (likely yes, but not stated), what permissions are needed, whether there are rate limits, what happens on success/failure, or what the output contains. For a creation tool with zero annotation coverage, 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 extremely concise with just two sentences that pack substantial information. Every word earns its place: the first sentence states the purpose and key parameter semantics, the second explains action_type options and their requirements. There's zero wasted text, and the information is front-loaded effectively.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 5 parameters with 0% schema coverage but an output schema exists, the description does well on parameter semantics but lacks behavioral context. For a creation tool with no annotations, it should address mutation implications, permissions, or typical outcomes. The existence of an output schema means return values are documented elsewhere, but the description could better prepare the agent for using this tool effectively.

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

Parameters5/5

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

With 0% schema description coverage, the description must compensate, and it does so excellently. It explains event_type can be specific or '*' for all events, clarifies action_type has two options ('forward' or 'log'), and specifies that 'forward' requires action_url. This adds crucial semantic meaning beyond the bare schema, covering 3 of the 5 parameters meaningfully.

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 specific action ('Create a webhook routing rule') and identifies the resource being created. It distinguishes from sibling tools like webhook_delete_rule, webhook_update_rule, and webhook_list_rules by specifying this is a creation operation. The description goes beyond just restating the name by explaining what kind of rule is being created.

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 provides some implied usage guidance by explaining parameter semantics (event_type can be '*' for all events, action_type options and their requirements). However, it doesn't explicitly state when to use this tool versus alternatives like webhook_update_rule or webhook_delete_rule, nor does it mention prerequisites or typical use cases for creating routing rules.

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/benmonopoli/open-greenhouse-mcp'

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