Skip to main content
Glama

Read a listing's packet manifest

get_asset_manifest
Read-only

Read the canonical asset manifest (sha256-stamped).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listing_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3/5.0
Behavior3/5

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

The readOnlyHint annotation already establishes that this is a read operation, and the description consistently says 'Read'. The 'sha256-stamped' detail adds a small amount of behavioral context beyond the annotation, indicating the manifest has an integrity hash, but no return format, error behavior, or scope information 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.

Conciseness5/5

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

The description is a single compact sentence with no redundant filler. The key action and the distinguishing 'sha256-stamped' detail are front-loaded, and every word earns its place.

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

Completeness2/5

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

For a tool with one required parameter and no output schema, the description is thin. It does not explain what the asset manifest contains, how it differs from the sibling manifest tools, or what the agent should expect in the response. The readOnly annotation covers safety but not functional completeness.

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 undocumented listing_id parameter. It does not mention the parameter, its role, or how it relates to the manifest. The title's 'listing's' hints at the parameter's meaning, but the description itself adds no parameter-level semantics.

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

Purpose4/5

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

The description uses a clear verb ('Read') and names a specific resource ('canonical asset manifest'), and the title adds 'listing's packet manifest' for more context. It does not explicitly differentiate from siblings like get_bundle_manifest or get_agent_commerce_manifest, but the 'asset' and 'listing' qualifiers make the target reasonably clear.

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

Usage Guidelines2/5

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

No usage guidance is provided. The description does not state when to prefer this tool over get_bundle_manifest or get_agent_commerce_manifest, nor does it mention any exclusions or preconditions. The agent must infer usage from the name and title alone.

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