Skip to main content
Glama

portal_send_message

Send a new message to any recipient in the Edookit portal. Provide the recipient name, subject, and plain-text body to deliver your message directly.

Instructions

Compose and send a new message to a recipient.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesRecipient name or ID as shown in the portal's recipient dropdown.
bodyYesPlain-text message body.
subjectYesMessage subject line.
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool sends a message but does not mention side effects, delivery behavior, permission requirements, or whether the action is reversible. For a mutation tool, this is a meaningful transparency gap.

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 a single clear sentence with no filler. It front-loads the core action and avoids unnecessary detail.

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 simple three-parameter tool the description is minimally adequate, but with no annotations and no output schema it leaves the agent without information about expected outcomes, delivery confirmation, or constraints. The lack of guidance versus sibling tools further limits completeness.

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 coverage is 100%, so the schema already documents all three parameters clearly. The description adds no parameter-level meaning beyond stating the general action, which meets the baseline but does not exceed it.

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 verb ('send'), the resource ('message'), and the action ('compose and send a new message to a recipient'), making it easy to distinguish from read-only sibling tools like portal_inbox or portal_get_message.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use when the agent needs to send a message, but it provides no explicit guidance on when to choose this tool over siblings such as portal_messages or portal_get_message, and gives no exclusions or preconditions.

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/thewulf7/edookit-legacy-mcp'

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