Skip to main content
Glama

rynmesh_send_message

Send an end-to-end encrypted message to a peer node over the mesh. Requires the local node daemon to be running.

Instructions

Send an end-to-end encrypted message to a peer's node over the mesh (requires the local node daemon to be running).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
peer_idYes
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral burden. It discloses meaningful traits: the message is end-to-end encrypted and the local daemon must be running. However, it does not describe delivery semantics, failure behavior, or side effects beyond sending, leaving some behavioral context unstated.

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?

A single, front-loaded sentence communicates the action, target, encryption behavior, and a key prerequisite with no filler. Every element earns its place and the structure is optimally scannable.

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?

The description is adequate for a simple two-parameter action and includes the key prerequisite about the daemon. However, with no output schema, it does not explain what the call returns or what happens on failure or when the peer is unreachable, so it is not fully complete for an agent.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for undocumented parameters. It only loosely implies the roles of 'text' and 'peer_id' through the words 'message' and 'peer's node'. It does not clarify peer_id format, text constraints, or special requirements, leaving the agent to infer parameter semantics from names alone.

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 states a specific action ('Send'), a clear resource ('end-to-end encrypted message to a peer's node over the mesh'), and is easily distinguished from sibling tools like rynmesh_read_messages or rynmesh_node_info. It tells an agent exactly what this tool does.

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 implies when to use the tool: when sending a message to a peer. It also provides an important prerequisite by noting the local node daemon must be running. It does not explicitly name alternatives or exclusions, but the send-vs-read contrast with siblings is clear enough.

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

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/yeogirlyun/rynmesh'

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