Skip to main content
Glama
DLJRealty

guesty-mcp-server

by DLJRealty

respond_to_review

Send a reply to a specific guest review by providing the review ID and response text.

Instructions

Post a response to a guest review.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
responseYesYour response text
reviewIdYesThe review ID to respond to
Behavior2/5

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

Annotations already declare readOnlyHint=false, idempotentHint=false, and destructiveHint=false. The description simply repeats the action without adding context on whether the response overwrites an existing review response, whether multiple responses are allowed, or any permission requirements. No extra behavioral disclosure beyond annotations.

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?

Single sentence, immediate clarity, no filler. Perfectly front-loaded with the verb and object.

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?

For a low-complexity tool with complete schema and annotations, the description is minimally adequate. However, it lacks mention of return behavior or whether the response appends or replaces an existing one, which could be important context for a write operation with no output schema.

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%: 'reviewId' and 'response' are both described. The tool description adds no further semantics, so the baseline 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 clearly states the action ('Post') and the resource ('a response to a guest review'). It is specific enough to distinguish from sibling tools such as get_reviews, send_guest_message, and update_reservation.

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: respond to a guest review after reading reviews. It does not explicitly mention when to use it over alternatives like send_guest_message or update_reservation, so guidance is only implied rather than explicit.

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