Skip to main content
Glama
Rufus011

CMP-server Pocket Option 2026

by Rufus011

send_message

Communicate with other agents to coordinate trading: broadcast to all or direct to a specific agent for questions, alerts, and task handoffs.

Instructions

Send a message to other connected agents.

Leave to empty to broadcast to everyone, or set it to another agent's name (see other_agents_seen from read_opinions/read_messages) to address one directly. Use this to actually coordinate: ask a peer a question, flag a setup, agree a plan, or hand off ("you take EURUSD, I'll watch GBPUSD"). Messages expire after their TTL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNo
textYes
Behavior4/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 key behaviors: messages expire after TTL, the ability to broadcast or target a specific agent, and how to find agent names via other_agents_seen from read_opinions/read_messages. This is good coverage for a simple messaging tool, though it omits any potential delivery guarantees or failure modes.

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 exceptionally concise: three sentences, each earning its place. The first sentence states the purpose, the second explains addressing, and the third provides usage examples and TTL warning. No fluff or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with only 2 parameters and no output schema, the description covers all essential aspects: what it does, how to use addressing, when to use it, and behavioral nuances like TTL. It leverages context from sibling tools without needing to restate return values or complex behaviors.

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 0%, so the description must compensate. It thoroughly explains the 'to' parameter (empty for broadcast, set to an agent's name) and how to discover valid agent names. The 'text' parameter is not explicitly described, but its meaning is obvious from the tool's purpose, making this adequate.

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 clearly states the verb (send), resource (message), and audience (other connected agents), distinguishing it from sibling tools like read_messages (for reading) and post_opinion (for opinions). It also specifies broadcast vs. direct addressing, adding precision.

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 provides explicit usage context ('Use this to actually coordinate') with concrete examples (ask a question, flag a setup, hand off) and explains when to broadcast vs. direct. However, it does not explicitly name alternatives or describe when not to use the tool, but the context is clear enough.

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/Rufus011/CMP-server_Pocket-option-2026'

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