Skip to main content
Glama

List packets

list_packets
Read-only

List stored packets newest-first to find an ID before reading one; returns metadata and on-disk paths, with optional direction, purpose, or tag filters.

Instructions

List packets in this store, newest first, to find an ID before reading one with get_packet; returns metadata and on-disk paths, never packet bodies. Defaults to both directions and at most 50 results; private records stay hidden unless the server was started with --include-private, and asking for them without it returns a NOTCH_PRIVATE_HIDDEN warning instead of failing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoRecipient filter; accepted but not applied by the MCP server — filter the returned recipient fields yourself.
tagsNoReturn only packets carrying every tag listed; tags are slug-matched.
limitNoMaximum packets to return (1-50, default 50). Results are newest-first, so a limit keeps the most recent.
sinceNoISO 8601 timestamp intended to bound results by creation time; accepted but not applied by the MCP server.
purposeNoReturn only handoff packets or only seed packets.
directionNo'inbox' for packets received here, 'outbox' for packets created here, 'both' (default).
fromProjectNoOrigin-project filter; accepted but not applied by the MCP server — filter the returned origin fields yourself.
includePrivateNoRequest private records too. Honoured only when the server was started with --include-private; otherwise results stay public and a NOTCH_PRIVATE_HIDDEN warning is returned. Default false.
Behavior5/5

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

Annotations already indicate read-only and non-destructive, but the description goes further by disclosing that packet bodies are never returned, defaults to both directions and at most 50 results, and that private records require a server flag and produce a NOTCH_PRIVATE_HIDDEN warning rather than failing. This adds substantial behavioral 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?

The description is a compact two-sentence block that front-loads the core purpose and immediately follows with critical behavioral notes. Every clause earns its place, delivering high density without verbosity.

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 tool with 8 parameters and no output schema, the description provides sufficient context: ordering, default limit, direction default, privacy handling, and return content (metadata and paths, not bodies). It also notes the warning behavior for private records. This is complete enough for an agent to use correctly.

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?

Although the schema covers all parameters, the description adds crucial semantic caveats for 'to', 'since', and 'fromProject' by explicitly stating they are 'accepted but not applied' by the server, requiring client-side filtering. It also clarifies the meaning of 'includePrivate' and its warning behavior. This goes beyond the schema descriptions.

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 that the tool lists packets in the store, ordered newest first, and explicitly distinguishes it from get_packet by saying the purpose is 'to find an ID before reading one with get_packet'. It also specifies that it returns metadata and on-disk paths, never packet bodies, giving a precise scope.

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 gives a clear usage context: use it to find an ID before reading a packet with get_packet. It also explains default behavior and a privacy prerequisite (server flag --include-private). However, it does not explicitly contrast this with the sibling list_inbox tool, so there is no when-not-to-use guidance.

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