Skip to main content
Glama

Content Sweep

get_packet

Read-onlyIdempotent

Read prepared packet and receipt; free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is established. The description adds the dependency that the packet must already be 'prepared' and the possible meaning of 'free' as no cost, but the latter is ambiguous and no deeper behavior such as repeated-read effects is disclosed.

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

Conciseness4/5

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

The description is extremely brief and front-loaded with the core verb and resource. There is no filler, though the trailing 'free' is ambiguous and could have been clarified; still, for such a simple tool the compactness is appropriate.

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?

The tool is simple with one parameter and rich annotations, so the description does not need extensive detail. It names the expected return content ('packet and receipt') and implies the requirement that the packet be prepared first. A slightly clearer statement about what 'free' means would make it fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for the generic 'id' parameter. It gives only resource context ('packet and receipt') but does not explain what the id references, where to obtain it, or how it relates to the prepared packet. This is too thin to support reliable parameter construction.

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 states a specific verb ('Read') and a specific resource ('prepared packet and receipt'), which clearly distinguishes this from other get_* siblings like get_evidence or get_case. The qualifier 'prepared' signals a separate workflow stage, so an agent can identify the tool's purpose without opening the schema.

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 term 'prepared' implies this tool is meant to be used after preparation work, but it does not explicitly name that prerequisite, mention alternatives, or state when not to use it. The usage context is only implied, not made concrete.

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