Skip to main content
Glama
arbengine

mailbox-mcp

request_action

Destructive

Request physical actions on packages: forward, shred, scan, hold, dispose, return, photograph, open and scan, record video. Irreversible actions marked.

Instructions

Request a physical action on a package at the facility. Actions include forwarding to another address, shredding, scanning documents, holding for pickup, disposing, returning to sender, photographing, opening and scanning contents, or recording a video. Some actions (shred, dispose) are irreversible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform. "forward" = ship to another address, "shred" = destroy (irreversible), "scan" = OCR document scan, "hold" = keep in storage, "dispose" = discard (irreversible), "return_to_sender" = send back, "photograph" = take photos, "open_and_scan" = open package and scan contents, "record_video" = video recording of package.
priorityNoProcessing priority. "urgent" = same-day processing, "high" = next business day, "normal" = standard queue, "low" = when convenient.normal
package_idYesUUID of the package to act on.
parametersNoAction-specific parameters. For "forward": { address, city, state, zip }. For "scan": { scan_type }. For "hold": { until_date }.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesCreated facility action request record.
Behavior4/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false. The description adds value by specifying which actions (shred, dispose) are irreversible, and lists all actions, providing context beyond the annotations.

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: first states the purpose and lists actions, second warns about irreversibility. No fluff, front-loaded, 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?

Given the tool's complexity (9 actions, nested parameters, output schema present), the description covers the main purpose and key constraints without needing to repeat schema details. It could mention action-specific parameter requirements briefly, but the schema handles that.

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?

The schema has 100% coverage with detailed parameter descriptions. The description adds practical context by listing actions and noting irreversibility, but the schema already explains each enum and the parameters object. The description's added value is moderate.

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 'Request a physical action on a package at the facility' and lists all possible actions (forward, shred, scan, etc.), making the tool's purpose specific and distinct from read-only tools like 'list_packages' or 'get_package'.

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?

The description explains the tool covers a wide range of physical actions and mentions irreversible ones, but does not explicitly guide when to use this tool versus siblings like 'request_scan' or other action-specific tools. Usage is implied rather than explicitly compared.

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