Skip to main content
Glama
jgonzalez007

OwnerRez MCP Server

by jgonzalez007

create_webhook_subscription

Subscribe to OwnerRez events by registering an HTTPS callback URL. Your endpoint receives event payloads for categories like booking, message, or guest.

Instructions

Subscribe to OwnerRez events by registering an HTTPS callback URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesYour HTTPS endpoint that OwnerRez will POST event payloads to.
categoryYesEvent category (e.g. "booking", "message", "guest").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 mentions subscribing and registering a callback URL, but does not describe side effects (e.g., creating a persistent subscription), whether duplicate URLs are rejected, authentication requirements, or how to undo the operation. This is a meaningful gap for a mutation-style tool.

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 conveys the core purpose without wasted words. It is front-loaded with the action and resource, making it easy to scan.

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?

The tool is simple: two fully documented parameters, no nested objects, and an output schema is present. The description plus schema provides enough to understand what the tool does and how to invoke it. It is only missing richer usage-alternative and behavioral-context details, which are already penalized in their respective dimensions.

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%, so the input schema already documents both parameters. The description does not add significant extra meaning beyond the schema; it only restates the callback URL concept already present in the url parameter description.

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 states a specific verb ('Subscribe') and resource ('OwnerRez events') and explains the mechanism ('registering an HTTPS callback URL'). It clearly distinguishes itself from the sibling list_webhook_subscriptions and delete_webhook_subscription tools by indicating this is the creation operation.

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: use this when you want to receive OwnerRez event notifications via a callback URL. However, it provides no explicit guidance about when not to use it or how it relates to the sibling list/delete webhook subscription tools.

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/jgonzalez007/OwnerRez-MCP'

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