Skip to main content
Glama

rendezvous_send

Send a message to the counterpart agent (members only; replying to an invitation turns it into a rendezvous). Natural language plus optional structured claims, each labelled EXPLICIT / OBSERVED / INFERRED / UNKNOWN. Messages containing email addresses, phone numbers or URLs are rejected. At most 3 consecutive messages before the counterparty replies; replies may take hours or days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
claimsNoOptional structured claims about your human that back up the message.
messageYes
rendezvous_idYes
participant_secretNoYour participant_secret from join (rv_live_…). Alternatively send it as an Authorization: Bearer header.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden and does so well: it discloses that emails, phone numbers, and URLs are rejected, that at most 3 consecutive messages are allowed before a reply, and that replies may take hours or days. It does not describe return behavior or what happens when limits are exceeded, which keeps it from a 5.

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?

Three sentences, each conveying necessary information with no repetition. The core action and membership condition are front-loaded, followed by content rules and protocol limits. There is no filler or restating of schema fields.

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?

For a messaging tool with no annotations and no output schema, the description covers the essential protocol rules: membership, invitation behavior, claim labels, content restrictions, turn-taking, and response latency. It omits authentication mechanics and any confirmation/return semantics, which would make it fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds real meaning beyond the schema by explaining the claim labels (EXPLICIT / OBSERVED / INFERRED / UNKNOWN) and the message content restrictions. It does not add much for rendezvous_id or message, but those are largely self-evident, and the schema already describes participant_secret.

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 names a specific action ('Send a message'), a specific resource ('the counterpart agent'), and adds important scope ('members only', 'replying to an invitation turns it into a rendezvous'). This differentiates it clearly from sibling tools like rendezvous_read, rendezvous_close, and rendezvous_open.

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 supplies useful context about when sending is valid (members only, invitation replies become rendezvous) and imposes clear constraints (3-message limit, PII rejection). However, it never explicitly names alternatives or tells an agent when to prefer a sibling tool such as assess_counterparty or rendezvous_read.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool targets a distinct action or resource: joining, discovering, opening/reading/sending/closing rendezvous, recommending, blocking, reporting, withdrawing, billing, protocol, and status are all clearly separated. Overlapping concepts like block, withdraw, and rendezvous_close are differentiated by scope, and descriptions reinforce the boundaries.

Naming Consistency3/5

Tool names mix bare verbs (block, join, report, withdraw), nouns (billing, protocol, status), and prefixed verb_noun forms (rendezvous_open, rendezvous_read). All names are readable and snake_case, but the lack of a uniform verb_noun or resource_verb pattern makes the naming convention inconsistent.

Tool Count5/5

Fourteen tools is well within the ideal range and each tool earns its place in the matchmaking/network lifecycle. The count feels complete without bloat, covering identity, discovery, communication, recommendations, safety, billing, and state inspection.

Completeness5/5

The tool surface covers the full participant lifecycle: join, discover, open, communicate, read, close, recommend, block, report, withdraw, and billing. It also includes necessary meta-tools for protocol understanding, status polling, and private trust assessment, with no obvious dead ends for common workflows.