Skip to main content
Glama
wyre-technology

proofpoint-mcp

proofpoint_smart_search_get_message

Retrieve detailed message information by Proofpoint internal message ID, including headers, processing log, and delivery details for email security analysis.

Instructions

Get detailed information about a specific message including headers, processing log, and delivery details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
message_idYesThe Proofpoint internal message ID
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It usefully lists the content returned (headers, processing log, delivery details) but does not explicitly state that the operation is read-only, nor does it address error conditions or response format. The word 'Get' implies a safe read, but more context would be beneficial.

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?

The description is a single, front-loaded sentence that conveys the tool's purpose without extraneous detail. Every word earns its place.

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

Completeness4/5

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

The description gives a reasonable overview of the returned information for a simple single-parameter lookup. However, without an output schema, it could benefit from clarifying whether the returned object includes status fields or how missing messages are handled. Still, for a simple tool, it is largely sufficient.

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?

The schema already provides 100% description coverage for message_id ('The Proofpoint internal message ID'), so the description adds no additional parameter semantics. Baseline 3 is appropriate.

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 clearly states 'Get detailed information about a specific message including headers, processing log, and delivery details,' specifying the verb (get), resource (detailed message info), and scope (specific message). It implies a broader scope than sibling proofpoint_smart_search_get_headers but doesn't explicitly name alternatives.

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?

The description provides no guidance on when to use this tool versus sibling tools like proofpoint_smart_search_get_headers or proofpoint_smart_search_trace. There is no mention of alternatives or exclusions, leaving the agent to infer usage from the name alone.

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

Install Server

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/wyre-technology/proofpoint-mcp'

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