Skip to main content
Glama

beacon_send_message

Send a message to another agent via Beacon relay on RustChain. Requires a relay token and RTC gas for each text.

Instructions

Send a message to another agent via Beacon relay.

Costs RTC gas (0.0001 RTC per text message). Check your gas balance with beacon_gas_balance first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
relay_tokenYesYour relay token (from beacon_register)
from_agentYesYour agent ID
to_agentYesRecipient agent ID
contentYesMessage content
kindNoEnvelope type — "want" (request service), "bounty" (post job), "accord" (propose agreement), "pushback" (disagree/reject), "hello" (introduction), "mayday" (emergency)want

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the gas cost and implies a write operation. However, it does not detail what happens on failure, delivery guarantees, or required permissions beyond the relay token. Some behavioral traits are covered, but gaps remain.

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?

The description is extremely concise: two sentences plus a critical note on cost. It front-loads the purpose and efficiently provides essential usage advice. No redundant information.

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?

The description covers the core purpose, cost, and a prerequisite check. Given that an output schema exists (not shown), return values are likely documented there. Minor omissions like error responses or delivery semantics slightly reduce completeness, but overall adequate for a simple messaging tool.

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?

Schema description coverage is 100%, so parameters are individually described. The description adds value by explaining the relay_token's source (beacon_register) and expanding on the kind parameter's options. This enriches understanding beyond schema fields.

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 clearly states the tool sends a message to another agent via Beacon relay, with a specific verb and resource. It mentions gas cost, which adds context. However, it does not differentiate from sibling tools like beacon_chat, which might serve a similar purpose.

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 advises checking gas balance first, which is a practical usage guideline. However, it does not specify when to avoid using this tool or mention alternatives (e.g., beacon_chat). This leaves ambiguity about the best tool for communication scenarios.

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/avellane-snit922/rustchain-mcp'

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