Skip to main content
Glama

Cooper Email

Create Cooper inbox

cooper_onboard

Create a Cooper Email inbox (username@cooperemail.com) and an API key. This writes a new account inbox. Returns the plaintext key once — save it; do not echo it after the first show.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYesLocal part of the address, becoming username@cooperemail.com
display_nameNoOptional From display name

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

The description explicitly states this writes a new account inbox, matching readOnlyHint=false and idempotentHint=false. It adds valuable security behavior: the plaintext key is returned once and should not be echoed after the first show. This goes beyond the annotations, though it could also mention duplicate-handling or failure behavior.

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 sentences, no filler, and the critical caveat about not echoing the key is included without bloating the description. The core purpose is front-loaded and every sentence earns its place.

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 two-parameter creation tool with no output schema, the description is largely complete: it covers the side effect, the returned value, and the security warning. The main gap is the unresolved relationship with cooper_create_inbox, which could leave an agent unsure which creation tool to invoke.

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 description coverage is 100%, so the schema already explains both parameters. The description adds minimal semantic value beyond reinforcing that the username becomes the email local part and that an API key is produced, which is the baseline expectation for a fully-described schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (create), the resource (Cooper Email inbox), and the secondary output (API key). It is easy to understand what the tool does. However, it does not distinguish itself from the near-identical sibling cooper_create_inbox, so it falls short of a 5.

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 this is for creating a new account inbox and returning an API key, but it gives no explicit guidance on when to choose this tool over cooper_create_inbox or other sibling tools. No exclusions, prerequisites, or alternative routing are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources