Skip to main content
Glama

osint-terminal

Smtpbanner

smtpbanner

SMTP Banner: SMTP banner & EHLO capabilities (ports 25/587/465)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden, but it only states the output concept and ports. It does not disclose that the tool actively connects to a target, how it handles the three ports, timeout/failure behavior, or what the EHLO probing actually sends. This is too thin for an agent to predict the tool's runtime behavior.

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 a single concise fragment with no wasted words. The key identifying facts—banner, EHLO capabilities, and the port list—are front-loaded and easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The output schema exists and reduces the need to explain return values, but the missing parameter semantics and total lack of usage/behavioral context make the overall description inadequate for a networked probing tool. An agent would still need to guess the input format and operational expectations.

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

Parameters1/5

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

The schema defines one parameter, q, with no description and 0% schema description coverage. The tool description never mentions q or clarifies whether it expects a hostname, IP address, or host:port value. An agent cannot reliably know what to pass.

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 specific resource and scope: SMTP banner, EHLO capabilities, and ports 25/587/465. It is a noun phrase rather than an explicit 'retrieve/query' statement, but it is specific enough to identify what the tool does and distinguishes it from the surrounding network/port-oriented siblings.

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 versus alternatives such as portscan, portlookup, tls, srvlookup, or dns. It does not state prerequisites, typical inputs, or scenarios where a different sibling would be more appropriate.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources