Skip to main content
Glama

List durable inbox

list_inbox
Read-only

List pending async packet deliveries for a store to track outstanding items. Optionally include pulled, acknowledged, or rejected deliveries for full history review.

Instructions

List pending async packet deliveries for this store. Use includeAll only when reviewing pulled, acknowledged, or rejected history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeAllNoWhen true, include pulled, acknowledged, and rejected deliveries as well as pending ones. Default false (pending only).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
addressYes
deliveriesYes
nextActionYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds value by clarifying the default behavior (pending only) and indicating that includeAll should be used sparingly, implying a possible performance or semantic difference.

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 concise sentences: the first states the primary purpose, the second gives a conditional usage caveat. No redundancy, and the most important information is front-loaded.

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

Completeness5/5

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

For a simple list operation with a single optional parameter, an output schema, and read-only annotations, the description fully covers the necessary context. It clarifies the default state filtering and the exceptional case without over-explaining.

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?

Schema coverage is 100%, so the baseline is 3. The description adds practical usage guidance for includeAll ('only when reviewing history'), going beyond the schema's straightforward boolean explanation and giving an agent a decision rule for when to set it.

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 tool lists pending async packet deliveries for the store, which is a specific verb, resource, and scope. It distinguishes itself from sibling list tools like list_briefs and list_packets by focusing on inbox deliveries.

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?

The description provides clear guidance on when to use the includeAll parameter ('only when reviewing pulled, acknowledged, or rejected history'), but it does not explicitly compare against alternative tools like get_inbox_delivery. Still, the context is sufficient for most use cases.

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/coldlogicAI/3notch'

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