Skip to main content
Glama
jgonzalez007

OwnerRez MCP Server

by jgonzalez007

send_message

Send a message to a guest on an existing OwnerRez conversation thread using the thread ID and message text, with optional image attachment.

Instructions

Send a message to a guest on an existing conversation thread.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesThe message text to send.
thread_idYesThe OwnerRez conversation/thread ID (``threadId``). You learn this from a booking's conversation or a "message" webhook event.
attachment_urlNoOptional URL to a single image attachment (max ~5MB).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/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 does disclose the operation is a mutating send on an existing thread, which implies it won't create a thread. But it doesn't mention failure conditions (e.g., invalid thread_id), delivery semantics, permissions, or attachment behavior beyond what the schema already states.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence with verb, resource, and constraint, front-loaded with the verb 'send.' There is no filler and every word earns its place. Slightly more could be added given the absence of annotations, but as a structure it is appropriately sized.

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 moderate-complexity tool with fully described parameters and an output schema, the description covers the core what. Missing are usage routing against message-management siblings like mark_message_handled, and any failure-context hints. Since no annotations exist, the description is adequate but not genuinely enriching.

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% — body, thread_id, and attachment_url each have descriptive text, including how to learn the thread ID and the ~5MB attachment cap. The description adds no meaning beyond the schema beyond characterizing the recipient as a guest, so the baseline 3 applies with the schema doing the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource ('Send a message') plus the context ('to a guest on an existing conversation thread'). This clearly distinguishes the action from read-oriented siblings like list_messages and get_message_event. However, it never names an alternative explicitly, so the differentiation is implicit rather than stated.

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 phrase 'existing conversation thread' implies the tool requires a pre-existing thread and will not create one, which is a meaningful usage constraint. But the description gives no explicit when-to-use/when-not-to-use guidance or alternatives, and the prerequisite on how to obtain thread_id lives in the schema, not the description. Usage is implied, not spelled out.

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