Skip to main content
Glama
chandshy
by chandshy

Create Random SimpleLogin Alias

alias_create_random

Create a random email alias from two available formats: a long hex string for privacy or two readable words for easy typing. Optionally add a note to track usage.

Instructions

Create a new random SimpleLogin alias. mode='uuid' produces a long random hex local-part (hardest to guess, good for sensitive signups); mode='word' is two readable words (easier to type). Optional note lets you tag what the alias is for so you can audit later.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNouuid
noteNoFree-text note describing what this alias is for
hostnameNoOptional hostname the alias is being created for (used by SimpleLogin for analytics)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
emailNo
enabledNo
noteNo
Behavior4/5

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

Annotations indicate readOnlyHint=false, consistent with the create action. The description adds behavioral context about mode differences and note usage, without contradicting 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?

Two informative sentences, front-loaded with purpose, no fluff. Every sentence adds value.

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?

Complete for a creation tool with output schema. Covers modes, note, and context; return values handled by output schema.

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?

The description explains the enum modes (uuid vs word) and the note parameter's purpose ('tag what the alias is for'). Hostname is not mentioned in description but has schema description; 67% coverage is partially compensated.

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 'Create a new random SimpleLogin alias' and distinguishes two modes. It differentiates from sibling alias_create_custom by emphasizing randomness.

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 each mode (uuid for sensitive signups, word for easier typing) and mentions the note for auditing. However, it does not explicitly contrast with alias_create_custom, though the implication is clear.

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/chandshy/mailpouch'

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