Skip to main content
Glama

Cooper Email

Register a human owner

cooper_add_owner
Idempotent

Email a confirmation link and code to a human owner of this inbox. Updates are not sent until they confirm. digest is immediate or daily. This writes an owner row and sends one confirmation email.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesHuman address that will receive updates
digestNo
inbox_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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

The description goes well beyond the annotations by disclosing that a confirmation email is sent, that updates are gated on confirmation, and that an owner row is written. This adds meaningful behavioral detail about the write and external side effects that annotations alone do not provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short, front-loaded, and easy to parse. The final sentence restates the confirmation email side effect slightly, but it adds the owner-row write, so the minor redundancy is acceptable.

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?

The description covers the core action, side effects, confirmation behavior, and digest options, which is enough to call the tool correctly. It does not indicate the return shape or a default for the optional digest parameter, and duplicate/error handling is unaddressed, but these are modest gaps.

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?

With only 33% schema description coverage, the description partially compensates: it explains digest as 'immediate or daily' and ties email to a human owner. However, inbox_id is not explicitly described beyond 'this inbox', so the parameter meaning is not fully clarified.

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 concrete action ('Email a confirmation link and code') and explicitly names the state change ('writes an owner row') and side effect ('sends one confirmation email'). This clearly distinguishes it from sibling tools like cooper_notify_owner or cooper_list_owners.

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

Usage Guidelines3/5

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

The description implies the use case: register a new human owner who must confirm before receiving updates. However, it does not explicitly say when to use this tool versus alternatives, nor does it name any sibling tool, so the agent must infer routing from context.

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