Skip to main content
Glama
dkanster

Samotpravil MCP

by dkanster

add_stop_list_email

Destructive

Add an email address to the stop list to prevent future sends.

Instructions

Добавить email в стоп-лист

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesEmail в стоп-листе
domainNoДомен отправителя (как в Python SDK: info@domain)
dry_runNoПоказать запрос без отправки на API
mail_fromNoEmail отправителя (mail_from)
Behavior2/5

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

Annotations already mark this as destructive (destructiveHint=true, readOnlyHint=false), and the description adds no additional behavioral context beyond the raw action. It does not mention idempotency, consequences for future email delivery, or any side effects, failing to provide value beyond the structured annotations.

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 a single, concise sentence without any redundant words. It front-loads the essential information and wastes no space.

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 destructive write operation, the description is minimal and lacks information about consequences, return values, or authorization requirements. However, the simple action, complete parameter schema, and annotations partially compensate for the missing details.

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?

The input schema fully describes all four parameters with 100% coverage, so the description adds no extra semantic meaning. The baseline of 3 is appropriate since the schema already handles parameter documentation.

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 uses a specific verb 'добавить' (add) and a clear resource 'email в стоп-лист' (email to stop list), distinguishing it from sibling tools like remove_stop_list_email and search_stop_list. The action is unambiguous and immediately understandable.

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 states the action but provides no explicit guidance on when to use this tool versus alternatives such as remove_stop_list_email or search_stop_list. The usage is implied by the name and sibling context, but there are no stated exclusions or when-not-to-use scenarios.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dkanster/samotpravil-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server