Skip to main content
Glama

Set email provider

set_email_provider

Set the account's email provider.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
providerYesoviond, resend or smtp

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoThe provider as saved. It takes effect on the next send — resend and smtp need their own credentials configured in the app first.
successYesTrue when the call succeeded. A failure comes back as an error result instead.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

Annotations already mark readOnlyHint=false, so 'Set' is consistent. Description adds no extra behavioral context: no side effects, prerequisites, or consequences of changing provider. With annotations present, the absence of added detail keeps this at 2.

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?

Single, front-loaded sentence with zero wasted words. Perfectly concise for the simple operation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter setter with full schema, output schema, and annotations, the description is minimally adequate but leaves usage context and behavioral side effects unmentioned. A clear gap for agent decision-making.

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 coverage is 100% with a documented enum listing the three options. Description adds no parameter semantics beyond the schema; baseline 3 applies.

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?

States a specific verb ('set') and resource ('account's email provider'). It distinguishes from siblings like get_email_provider, set_default_email_sender, and send_email by naming the exact thing changed.

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?

No guidance on when to use this tool versus alternatives. Doesn't mention that this replaces the current provider or that users should set up senders after changing provider. No exclusions or alternative references.

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