Skip to main content
Glama

email_blocklist

Add email addresses to a blocklist to prevent them from receiving any messages. Use to suppress specific recipients.

Instructions

Add email addresses to the blocklist. Blocked emails will not receive any messages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesEmail addresses to blocklist (max 50)
apiKeyNoBraze REST API key
restEndpointNoBraze REST endpoint URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It usefully discloses the consequence of blocking (no messages delivered) and "Add" implies an additive, persistent mutation, but it says nothing about reversibility, permissions, or whether re-adding an existing address is idempotent.

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?

Two short sentences, front-loaded with the action and followed by the effect. Efficient, though the second sentence borders on restating what "blocklist" already implies.

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 mutation tool with no annotations and no output schema, the description covers the core action and its effect but omits auth requirements (implied only by the apiKey param), response behavior, and how it relates to email_blacklist. Adequate but with clear 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?

Schema description coverage is 100%, including the "max 50" limit, so the schema already documents all three parameters. The description adds no syntax, format, or batching detail beyond what the schema provides, making the baseline 3 appropriate.

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?

States a specific verb ("Add") and resource ("email addresses to the blocklist"), so the action is unambiguous. However, it does not distinguish itself from the near-identical sibling email_blacklist, leaving an agent to guess which one to pick.

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?

There is no when-to-use guidance, no prerequisites, and no mention of alternatives despite a confusingly similar sibling (email_blacklist). "Blocked emails will not receive any messages" describes an effect, not a usage condition.

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

Deploy Server

Other Tools