Skip to main content
Glama

Email a recipe to yourself

send_recipe_email

Email a recipe from the collection to YOU — the signed-in account. There is no recipient option: it always goes to your own verified email, never anyone else (to share with others, forward it or use a share link). Optionally include a short personal note. Requires the email:send permission.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoA short personal note to include above the recipe.
recipe_idYesThe recipe's point id (from search_recipes / get_recipe).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Beyond the annotations, the description adds meaningful behavioral details: the email always goes to the signed-in account's verified email, there is no recipient option, and the email:send permission is required. This helps the agent understand side effects and constraints beyond the basic read/write hints.

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 three sentences with no fluff. It front-loads the core behavior, then covers exclusions, optionality, and permission requirements efficiently. Every sentence contributes useful information.

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 simple two-parameter tool with annotations and full schema coverage, the description covers the key operational facts: destination, lack of recipient option, optional note, and required permission. It does not describe the response/confirmation, but that is a minor gap given the tool's simplicity.

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 documents both parameters. The description adds minimal extra meaning, such as 'short personal note' and 'from the collection,' but does not significantly expand on the schema definitions.

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 specific verb and resource: 'Email a recipe from the collection to YOU.' It also distinguishes itself by explicitly noting there is no recipient option and that it always goes to the signed-in account's verified email, which clearly separates it from any sharing-related alternatives.

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 gives clear context for when to use the tool: when you want to email a recipe to yourself. It also provides a when-not signal by saying 'to share with others, forward it or use a share link,' though it does not name a specific sibling tool as an alternative.

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