Zhihuo Container Loading
Server Details
How many identical cartons fit in a container or space, where they go, plus a 3D loading plan.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.5/5 across 2 of 2 tools scored.
The two tools are completely distinct: pack_boxes performs container loading calculations, while send_feedback is for contacting the tool maintainers. There is no overlap.
Both tools follow a clear verb_noun pattern: pack_boxes and send_feedback. The naming is consistent and predictable.
The server has only two tools, which is slightly minimal for a container loading server but still acceptable. The feedback tool is auxiliary, and the core functionality is captured in a single, powerful tool.
The main packing tool is comprehensive, but there is no tool to list available container presets or retrieve their dimensions. Users must rely on the tool's internal knowledge of presets, which could be considered a minor gap.
Available Tools
2 toolspack_boxesRead-onlyIdempotentInspect
Calculate how many identical boxes fit in a rectangular space, and where.
The space is a shipping container, a pallet area, leftover container space,
or a larger box. Give the box's L/W/H and EITHER a `container` preset OR the
space's L/W/H (all in millimetres - container presets are mm). Boxes mix
orientations across regions to pack densely; the plain maximum-load answer
uses the exact SmartPacker T solver.
Args:
box_length: Box length.
box_width: Box width.
box_height: Box height.
container: Container preset instead of explicit space dims (fills the
internal usable L/W/H in mm; overrides space_* when recognised).
ISO dry: 20GP 20HQ 40GP 40HQ 45GP 45HQ; NA domestic: 53HC 48HC;
reefers: 20RF 40RF 40RH; EU pallet-wide: 40HQ-PW 45HQ-PW. Many
aliases (20/40/45, 20ft, 40HC, 40', 40 reefer, ...).
space_length: Space length (front-back). Use this OR `container`.
space_width: Space width (left-right).
space_height: Space height (up).
count: How many boxes to load. 0 (default) loads the maximum.
to_front: Anchor a partial load to the front (else the back).
to_left: Anchor a partial load to the left (else the right).
to_bottom: Anchor a partial load to the bottom (else the top).
box_weight: Weight of one box (optional; same unit as max_weight).
max_weight: Max total load weight (optional; 0 = no weight limit).
include_image: Set true ONLY when the user wants to SEE or visualize
the loading plan / 3D layout (e.g. "show the loading plan",
"visualize it", "what does it look like?"). Default false is
faster and lighter and still returns `image_url`, a shareable
link to the 3D render. When true, the image is ALSO embedded
inline (Claude Desktop and Cherry Studio display it; the
claude.ai web app shows only the link either way).
Returns the maximum that fits, how many were loaded, the fill rate, the
region/block decomposition (each block's position, orientation, and
grid), any weight limit applied, an `image_url` link to the rendered 3D
loading plan, and - when include_image is true - the inline image too.
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| to_left | No | ||
| to_front | No | ||
| box_width | Yes | ||
| container | No | ||
| to_bottom | No | ||
| box_height | Yes | ||
| box_length | Yes | ||
| box_weight | No | ||
| max_weight | No | ||
| space_width | No | ||
| space_height | No | ||
| space_length | No | ||
| include_image | No |
send_feedbackInspect
Send a question, suggestion, or bug report about this container-loading tool to the Zhihuo maintainers.
Use this when the user wants to ask the tool's authors a question,
suggest an improvement (e.g. another container type or output field),
or report a result that looks wrong. The note reaches the Zhihuo team.
Args:
message: The question, suggestion, or bug report, in plain text.
contact: Optional email or handle if the user would like a reply.
category: Optional tag - "question", "suggestion", "bug", or "other".
Returns a short confirmation string.
| Name | Required | Description | Default |
|---|---|---|---|
| contact | No | ||
| message | Yes | ||
| category | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!