Skip to main content
Glama
damurka

jumia-vendor-center

by damurka

mark_ready_to_ship

Update packed order items to ready-to-ship status by providing their order item IDs, enabling order fulfillment in Jumia Vendor Center.

Instructions

Mark packed order items ready to ship.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_item_idsYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It communicates a state change from 'packed' to 'ready to ship,' but it does not explain side effects, prerequisites, idempotency, or what happens if items are not actually packed. This is a significant gap for a mutation tool.

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, front-loaded sentence with no filler words. Every word earns its place, and the core action and target resource are immediately visible.

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?

Despite the simple schema, this is a state-changing tool with no annotations and no output schema. The description does not explain return values, error conditions, or the operational context needed to invoke it reliably. It is adequate as a label but incomplete as standalone guidance.

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, but it does not mention the order_item_ids parameter or any constraints beyond what the parameter name suggests. The schema provides only the type and requiredness, leaving the agent to infer ID format, cardinality limits, and whether the items must already be packed.

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 the action ('Mark'), the resource ('packed order items'), and the resulting state ('ready to ship'). This distinguishes it from siblings like pack_orders, cancel_order_items, and print_shipping_labels, which cover different stages of the fulfillment flow.

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 'packed order items' implies the tool should be used after packing and before shipping, but the description does not explicitly state when to use it versus alternatives like pack_orders or create_consignment. No exclusions or alternative tool references are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/damurka/jumia-vendor-mcp'

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