Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

FulfillmentOutbound_getPackageTrackingDetails

Get package tracking details for Multi-Channel Fulfillment outbound shipments. Retrieve delivery status information to monitor package movement and provide updates to customers.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv1.0.0

TDQS

B3/5.0
Behavior2/5

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

The description provides no behavioral detail beyond the schema and annotations (none were provided). It is a catalog entry with no parameters, but it does not disclose environment behavior beyond "Runs in your Kuudo deployment, not here," which is helpful context but not enough. There is no mention of authentication needs, required inputs like shipment identifier or package identifier, error cases, rate limits, or response shape. With no annotations and no output schema, the description carries the full burden, and it only partially discloses the operational context.

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 brief and front-loaded with the most important qualifier, 'Catalog entry. Runs in your Kuudo deployment, not here.' It is a single, structured two-sentence description that avoids fluff. It loses one point because it leaves out actionable behavioral/usage details that could have been added without much length, but as far as conciseness it is well-formed.

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 no schema parameters and no output schema, the description should still tell an agent what inputs it needs conceptually (e.g., an outbound shipment/package identifier), what the response will contain, and how it relates to other tracking tools. It barely names the use case ('delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order') and the 'not here' environment note, but it leaves out eligibility, prerequisites, and how to invoke it from a deployment that is 'here.' The agent has too little to safely select and invoke this tool 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?

The input schema is empty and schema description coverage is 100%, so the schema itself carries no parameter semantics. With zero parameters, there is essentially nothing for the description to explain. The description does not mention any required identifiers (e.g., shipmentId or trackingId), which would normally be expected, but with an empty schema, the tool is parameterless in the schema view; the description adds modest relevant context by identifying it as a catalog entry against Kuudo deployment.

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?

Description states a clear verb-resource pair: returns delivery tracking information for a package in an outbound shipment for an MCF order. This distinguishes it from many sibling tools because it is specifically fetches tracking details for outbound packages, not for shipping services or inbound shipments. However, it does not explicitly contrast with similar-sounding siblings like Shipping_getTracking or ShippingLegacy_getTrackingInformation, and it lacks a title, so a small incremental clarification opportunity is left unused.

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 guidance on when to choose this tool over alternatives such as Shipping_getTracking, FulfillmentOutbound_getFulfillmentOrder, or FulfillmentInbound_updateShipmentTrackingDetails. The context "Multi-Channel Fulfillment order" implies a use case but the description does not state scenarios, exclusions, or what type of tracking needs are appropriate for this specific tool versus sibling tools.

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/KuudoAI/amazon-selling-partner-mcp'

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