Skip to main content
Glama
waka4674

shipsaving-mcp

by waka4674

create_package

Create reusable package templates by specifying dimensions, weight, and type to expedite future shipping label generation.

Instructions

创建包裹模板,方便下次快速使用

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nick_nameYes模板名称
lengthYes长度
widthYes宽度
heightYes高度
weightYes重量
dimension_unitNo长度单位,默认 inin
weight_unitNo重量单位,默认 ozoz
package_typeNo包裹类型,默认 customcustom
package_categoryYes包裹类别:box_or_thick_parcel(箱子/厚包裹)或 poly_mailer(塑料袋)
Behavior1/5

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

No annotations are provided, so the description must fully disclose behavioral traits. The description only states that it creates a template for quick future use, with no mention of side effects, permissions, error conditions, or what happens on conflict (e.g., duplicate nick_name). This is severely lacking.

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 a single short sentence, which is concise and efficient. However, it sacrifices substance for brevity.

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

Completeness1/5

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

Given 9 parameters (6 required) and no output schema, the description is far too minimal. It does not explain expected output, success/failure indicators, or any behavioral context beyond a vague statement. The tool is complex, and the description does not compensate for missing structured information.

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?

The input schema has 100% description coverage for all 9 parameters, so the schema already provides meaning. The description adds no extra information beyond what is in the schema.

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 clearly states the verb 'create' and resource 'package template', indicating the tool's function. However, it does not explicitly differentiate from sibling tools like 'list_packages' or 'list_predefined_packages', which are related but distinct.

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?

The description provides no guidance on when to use this tool versus alternatives, nor does it mention prerequisites or when not to use it. The context is implied but not explicitly stated.

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/waka4674/shipsaving-mcp'

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