Skip to main content
Glama
manganate006

homeexchange-mcp

he_send_first_message

Send a first message to a property owner to open an exchange negotiation, providing dates and guest count. Confirm with user before sending.

Instructions

Send a first contact message to a property owner, creating a new conversation. exchange_type: 1=reciprocal, 2=guestpoints (omit to let API decide based on calendar). IMPORTANT: ask user confirmation before sending.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endOnYesEnd date (YYYY-MM-DD)
homeIdYesHome ID of the property to contact
contentYesMessage text to send
nbGuestYesNumber of guests
startOnYesStart date (YYYY-MM-DD)
receiverIdYesUser ID of the property owner
exchangeTypeNo1=reciprocal, 2=guestpoints (optional)
senderHomeIdNoYour own home ID to propose for reciprocal exchange (optional)
Behavior3/5

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

No annotations provided, so description carries burden. Mentions creation of new conversation and the important user confirmation note. Does not disclose safety implications, rate limits, or error conditions.

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?

Two concise sentences with key information. The critical note ('ask user confirmation') is placed at the end rather than front, but overall efficient.

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 tool with 8 parameters and no output schema, description covers core behavior and key parameter guidance. Missing details on response format, error handling, or access requirements.

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 covers all 8 parameters with descriptions. The description adds value by explaining exchange_type values and omission behavior. Otherwise adds limited new meaning beyond schema.

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 specific verbs ('Send a first contact message', 'creating a new conversation') and clearly identifies the resource (property owner). It distinguishes from sibling tool 'he_send_message' which targets existing conversations.

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?

Explicitly instructs to ask user confirmation before sending. Implicitly contrasts with he_send_message for existing conversations. Does not explicitly state when not to use or list all alternatives.

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/manganate006/homeexchange-mcp'

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