Skip to main content
Glama
DLJRealty

guesty-mcp-server

by DLJRealty

get_webhooks

Read-onlyIdempotent

List all webhooks registered in your Guesty account to view and manage event-driven integrations.

Instructions

List all registered webhooks for your Guesty account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the scope 'all registered webhooks', which clarifies that no filtering is applied, but it does not disclose additional behavioral aspects like pagination or rate limits. A moderate score is appropriate.

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 sentence, 8 words, directly stating the action and object. It is concise, front-loaded, and free of redundancy.

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

Completeness5/5

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

Given the simplicity of the tool, one optional parameter, and rich annotations, the description is sufficient. It clearly states the function, while the schema covers the parameter and the annotations cover safety. No significant gaps remain.

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?

The schema provides 100% description coverage for the single 'limit' parameter ('Max results' with a default of 25). The tool description adds no parameter-specific details, so the schema carries the burden. Baseline score of 3 applies.

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 'List' with the resource 'webhooks' and the scope 'all registered for your Guesty account'. This clearly distinguishes it from siblings like create_webhook and delete_webhook, which perform different operations.

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 clearly conveys when to use the tool (to list all webhooks), but it does not explicitly mention alternatives or exclusion cases. However, the operation is unambiguous, and sibling tool names provide enough context for an agent to avoid confusing it with create/delete operations.

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/DLJRealty/guesty-mcp-server'

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