Skip to main content
Glama
WeeCi

Mektup-mcp

set_vacation

Enable or disable a mailbox's vacation auto-reply. Configure a custom subject and message; each sender receives only one response per rolling window.

Instructions

Enable/disable and configure a mailbox's vacation auto-reply. A message is required when enabling. Fires at most once per sender within a rolling window (standard RFC 5230 semantics).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesA domain, e.g. example.com
enabledYes
messageNoRequired if enabled is true
subjectNo
localPartYesThe part before @, e.g. "hello" for hello@example.com

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.5

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden and does meaningful work: it discloses the non-obvious rate-limiting/suppression behavior ('Fires at most once per sender within a rolling window (standard RFC 5230 semantics)') and the enabling precondition. It could also mention overwrite semantics or auth requirements, but the disclosed behaviors are valuable.

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?

Two sentences, no fluff: the first names the core operation, the second adds the essential constraint and behavioral nuance. Every clause earns its place and the most important information is front-loaded.

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 tool with no annotations and no output schema, the description covers the main action and a critical behavioral limit, but it leaves gaps: subject is not explained, return/error behavior is absent, and the relationship to get_vacation is not explicitly addressed. Given the modest parameter count, the missing subject semantics keep it from being fully complete.

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 about 60% and the schema already documents domain and message. The description reinforces that message is required when enabling, which adds slight value for the enabled-message interplay, but it does nothing for the subject or enabled parameters and does not clarify behavior beyond the schema.

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 and resource: 'Enable/disable and configure a mailbox's vacation auto-reply.' The action is unambiguous and pairs naturally with the sibling get_vacation for reading the current state, so an agent can distinguish it without opening the schema.

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 gives clear context for when to set or modify vacation auto-reply, and includes a key condition ('A message is required when enabling'). However, it never explicitly contrasts this with get_vacation or says when not to use it; differentiation is implied rather than stated.

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

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/WeeCi/mektup-mcp'

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