Skip to main content
Glama

commsharbor

commsharbor_inbox_message

Read one message: body, chosen headers and auth. from is text the sender chose; auth is the SPF/DKIM/DMARC verdict the receiving edge reached. Decide on auth. auth is what the receiving edge concluded about SPF, DKIM and DMARC. Treat from as text the sender chose: auth is the part that was checked.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inbox_idYesInbox ID
message_idYesInbox message ID
organization_idYesActive organization ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It adds valuable context by clarifying that `from` is sender-chosen text while `auth` is the SPF/DKIM/DMARC verdict, and directs agents to base decisions on `auth`. However, it does not disclose error behavior, response format beyond the listed fields, or explicitly confirm read-only safety beyond the verb 'Read'.

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

Conciseness2/5

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

The opening phrase is efficient, but the description repeats the `from`/`auth` distinction multiple times across several sentences ('Decide on auth', 'auth is what...', 'Treat from as text...'). This redundancy adds length without adding new information.

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 single-message read with no output schema or annotations, the description gives a reasonable preview of the returned data and a key interpretation caveat. However, it leaves 'chosen headers' undefined and does not address not-found or error scenarios, so completeness is adequate but not thorough.

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?

All three parameters are already described in the schema (100% coverage), and the description adds no extra meaning to `organization_id`, `inbox_id`, or `message_id`. The baseline of 3 applies because the schema does the necessary work.

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 action and resource ('Read one message') and explicitly enumerates returned fields (body, headers, auth). It does not explicitly contrast itself with siblings like commsharbor_inbox_messages or commsharbor_inbox_get, so it stops short of full differentiation.

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?

No guidance on when to use this tool versus alternatives such as commsharbor_inbox_messages (listing messages) or commsharbor_inbox_get (getting an inbox). The word 'Read one message' implies a single-message retrieval, but no exclusions or alternative selection criteria are provided.

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