Skip to main content
Glama

email_logs

Access global email logs to review mail activity and diagnose delivery failures across the DirectAdmin server.

Instructions

Global email logs (admin).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.5/5.0
Behavior3/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 disclosing behavior. It does add useful context by specifying admin scope and global visibility, and 'logs' implies a read-only operation. However, it does not explicitly state that it has no side effects, mention any limitations, or clarify what exactly the returned logs cover.

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?

The description is extremely compact and front-loads the key scope word 'Global', with no filler or repetition. It is appropriately sized for such a simple zero-parameter tool, though it is terse enough that some useful context, such as relationship to sibling tools, is omitted.

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 zero-parameter tool with an output schema, this is nearly sufficient for invocation: the agent knows it targets global email logs and requires admin access. However, it does not clarify how this tool relates to email_logs_user or email_logs_summary, and it leaves the read-only nature implicit rather than explicit.

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

Parameters4/5

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

The input schema is empty and there are no parameters to document, so the description does not need to add parameter-level detail. The zero-parameter baseline applies here, and the schema coverage is effectively complete.

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?

The description names the resource ('email logs') and the scope ('Global', 'admin'), which helps distinguish it from sibling tools like email_logs_user and email_logs_summary. However, it is a noun phrase without an explicit verb such as 'list' or 'get', so the action is implied rather than stated.

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?

'Global email logs (admin)' implies this tool is for admin-level, all-user log retrieval, but it does not explicitly state when to use it over email_logs_user or email_logs_summary. No exclusions or alternative routing are provided, so usage guidance is mostly inferred.

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