Skip to main content
Glama
GenieOS-0

GenieOS MCP Server

Official
by GenieOS-0

Send test email

send_test
Destructive

Validate template output by sending a test to a sandbox email address. No credits charged or real recipients contacted.

Instructions

Send a test of a template to a verified test inbox. NEVER charges credits or hits a real recipient. Use this to validate output during development. Requires the bearer token to have templates:send scope. Returns the synthetic send id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesEmail address — must be on the sandbox allowlist.
keyYes
variablesNo
Behavior4/5

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

The description adds value beyond annotations by clarifying the tool never charges credits and only sends to a test inbox, which mitigates the destructiveHint. It also specifies the required bearer token scope. No contradiction with annotations.

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, front-loaded with purpose, then safety guarantee, then auth and return. Every sentence adds essential information with no fluff.

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?

Covers purpose, safety, required scope, and return value. Lacks details on 'variables' parameter, but for a test tool the description is reasonably complete given the context.

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 33% (only 'to' has description). The tool description does not explain the 'key' parameter (likely template key) or 'variables' parameter (likely template variables), leaving the agent guessing about their purpose.

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 'Send a test of a template to a verified test inbox' with specific verb and resource, and distinguishes from sibling tools by emphasizing it's a test send that never charges credits or hits real recipients.

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 explains when to use ('validate output during development') and what not to do (never charges credits or hits real recipient). It also mentions the required OAuth scope, but does not explicitly name alternatives or when not to use.

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/GenieOS-0/mcp'

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