Skip to main content
Glama

list_inventory

Read-onlyIdempotent

List this API key's tracked inventory products. Requires an API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNonumber of products to return
queryNooptional inventory search
offsetNonumber of products to skip

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetYes
productsYes
nextOffsetNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so safety behavior is covered. The description adds useful context beyond those annotations: results are scoped to the current API key and an API key is required, which clarifies the authorization/context model. No contradiction with 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 two short sentences with no filler. The core action is front-loaded, and the only additional statement is a necessary prerequisite. 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?

For a simple read-only operation with a fully documented input schema, explicit output schema, and safety-bearing annotations, the description is nearly complete. The only notable gap is the lack of guidance distinguishing it from sibling read tools like check_tracked_products, but parameter and return details are covered by structured data.

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

Parameters3/5

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

Schema description coverage is 100%, so limit, query, and offset are already fully documented with defaults, bounds, and descriptions. The tool description adds no parameter-level detail, which is acceptable under the baseline of 3 for fully documented schemas.

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 precise action: 'List this API key's tracked inventory products.' The verb and resource are specific, and the API-key scoping makes the tool's purpose unambiguous relative to mutation tools like add_inventory_product and remove_inventory_product.

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 gives minimal guidance: it implies the tool is for listing tracked inventory and notes that an API key is required. It does not contrast with related read tools such as check_tracked_products or say when to prefer this tool over alternatives, leaving selection partly to inference.

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