Skip to main content
Glama
Kinolian1107

phison-mail-mcp

by Kinolian1107

testSmtpConnection

Test SMTP connectivity and authentication, validate email server settings, and return troubleshooting details for failed mail delivery.

Instructions

Test the SMTP server connection and authentication. Validates email server configuration and provides troubleshooting information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.9

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. It discloses that the tool validates configuration and provides troubleshooting information, but does not say whether it makes a live network call, whether it can fail with side effects, or what the troubleshooting output looks like.

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 concise sentences that front-load the core action and then add the benefit. No wasted words, though it could be slightly more specific.

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 diagnostic tool with no annotations and no output schema, the description is adequate but thin. It does not explain what constitutes success/failure, what troubleshooting detail is returned, or any prerequisites like server config being set.

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?

Zero parameters, so baseline is 4. The schema is empty and there are no args to clarify, so no further parameter semantics are needed.

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+resource: testing the SMTP server connection and authentication. It is distinguishable from siblings like sendMail or sendBulkMail that actually send mail, though it does not explicitly contrast with them.

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?

Implies usage (validating email server configuration) but gives no explicit when-to-use or when-not-to-use guidance. Does not tell the agent to call this before sending mail, or when to prefer it over sendMail for diagnosing issues.

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