Skip to main content
Glama
chandshy
by chandshy

Create Random SimpleLogin Alias

alias_create_random

Create a random email alias with either a hard-to-guess UUID or two readable words. Optionally add a note to tag the alias for later audit.

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)
account_idNoOptional account ID to route this call to (multi-account configs). Omit to use the active account. Configured account IDs are listed in the settings UI (Accounts tab).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
noteNo
emailNo
enabledNo
Behavior3/5

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

Annotations already declare readOnlyHint=false and destructiveHint=false, so the description's 'Create' aligns. The description adds no extra behavioral traits beyond what annotations provide (e.g., rate limits, reversibility, or side effects). With annotations present, the description adds minimal transparency value.

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 two sentences, front-loaded with the action, and every sentence adds value. No unnecessary repetition or 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?

For a tool with 4 parameters and an output schema, the description covers the key usage (modes, note). It does not mention hostname or account_id, but those are documented in the schema. The description is sufficient for an agent to use the tool correctly, though a brief mention of hostname/account_id could enhance completeness.

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 adds meaning for 'mode' (explaining uuid vs word) and 'note' (tagging for audit), which are not fully described in the schema. Schema covers hostname and account_id with descriptions, so the description compliments rather than repeats. Overall, it enriches parameter understanding beyond the schema.

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 it creates a new random SimpleLogin alias, and distinguishes it from siblings by mentioning 'random' and the two modes (uuid/word). Siblings like alias_create_custom are for custom aliases, so purpose is specific and unique.

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 advises when to use each mode: uuid for sensitive signups (hard to guess), word for easier typing. It also mentions optional note for tagging. However, it does not explicitly state when NOT to use this tool vs other alias creation tools like alias_create_custom, missing exclusion guidance.

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