Skip to main content
Glama

email_vacation_get

Retrieve the current vacation message for a mailbox to verify auto-reply settings. Specify the domain and user to view the configured email vacation response.

Instructions

One vacation message.

Args: domain: Domain. user: Local part.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userYes
domainYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only describes the result as 'one vacation message' and does not state that this is a read-only lookup, what happens when no vacation message exists, or any prerequisites such as domain/user validity. The read-only nature is only implied by the tool name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The definition is very short and has a clean Args structure with no filler. However, it is terse to the point of under-specification, so it is not a model of concise completeness.

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 simple two-parameter getter with an output schema, the core call shape is present. Still, the lack of any usage guidance, behavioral context, or annotation support leaves the definition only minimally complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. 'user: Local part' is somewhat useful because it clarifies that the user should be provided without the domain, but 'domain: Domain' merely restates the parameter name. No format, combination, or validation details are given.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description says only 'One vacation message,' which identifies the resource and unit but lacks an explicit verb. The action must be inferred from the tool name 'get,' and it does not clearly distinguish itself from siblings like email_vacation_list, email_vacation_set, or email_vacation_delete.

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 guidance on when to use this tool instead of alternatives. Sibling tools for listing, setting, and deleting vacation messages exist, but the description never mentions them or explains when this getter is the right choice.

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

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/OpenIaaS/directadmin-mcp-server'

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