Skip to main content
Glama
arbengine

mailbox-mcp

register_expected

Pre-register expected inbound shipments with tracking and carrier details to auto-match upon arrival. Optionally set an auto-action like forward or scan to execute immediately.

Instructions

Pre-register an expected inbound shipment so it is auto-matched when it arrives at the facility. Optionally specify an action to auto-execute on arrival (e.g. forward immediately, scan on receipt).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
carrierNoShipping carrier (e.g. "fedex", "ups", "usps").
auto_actionNoAction to auto-execute when the package arrives.
descriptionNoHuman-readable description of the shipment (e.g. "Replacement laptop from Dell").
expected_byNoExpected arrival date in ISO 8601 format. Used for alerts if the package is late.
tracking_numberNoCarrier tracking number for the expected shipment.
auto_action_paramsNoParameters for the auto-action (e.g. forwarding address).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesCreated expected shipment record.
Behavior4/5

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

Annotations indicate a non-destructive write operation. The description adds behavioral context: auto-matching on arrival and auto-execution of actions, which are side effects not captured by annotations alone. No contradictions.

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?

Two sentences, no wasted words. Purpose is front-loaded, and the optional auto-action is clearly separated with examples. Every sentence contributes meaning.

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?

Given the output schema exists (not shown but signaled), return value explanation is not needed. The description covers the tool's core function and an important optional feature. Parameter details are adequately handled by the schema.

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?

Schema coverage is 100%, so baseline 3 applies. The description adds value by explaining the optional auto_action and giving examples, but the schema already describes all parameters adequately.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Pre-register' and resource 'expected inbound shipment', with a specific purpose 'auto-matched when it arrives'. It distinguishes from sibling tools like 'create_rule' or 'request_scan' by focusing on incoming package expectations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It implies usage when expecting an inbound shipment that should be auto-matched, and mentions optional auto-action. It does not explicitly state when not to use or provide alternatives, but the context from sibling names makes the use case clear.

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/arbengine/mailbox-mcp'

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