Skip to main content
Glama
paladini

lighterpack-mcp

by paladini

Copy a packing list

copy_list

Duplicate a packing list and its categories, keeping item rows shared between lists. Edit items once to update both, or fork an item to separate it.

Instructions

Duplicates a list and its categories. The copy references the SAME item rows as the original (shared items — editing one updates both); use fork_item afterwards to detach a specific item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listIdYes
newNameNo
Behavior4/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 discloses the critical non-obvious trait that the copy references the same item rows as the original (shared items), which is essential for understanding side effects. It also points to fork_item for detaching, adding useful context. It could go further by mentioning other side effects like whether the original is modified or what happens to the new list's name, but it covers the most important behavior.

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 concise, with two sentences that front-load the core purpose and then provide a critical caveat. Every sentence earns its place: the first explains what the tool does, the second details the shared-item behavior and suggests a related tool. No wasted words.

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

Completeness3/5

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

For a tool with two simple parameters and no output schema, the description covers the essential behavioral nuance (shared items) and gives a path to detach items. However, it is incomplete in explaining parameter usage (especially newName) and could benefit from mentioning what happens to the new list's name or whether the original is affected. The core functionality is understandable, but the parameter gap prevents a higher score.

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% and the description does not compensate. Neither listId nor newName is explained; newName is never mentioned. The parameter names are somewhat self-explanatory, but the description does not clarify that newName is optional or what it controls, leaving the agent with gaps in understanding the full parameter semantics.

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 ('Duplicates a list and its categories') using a specific verb and resource, distinguishing it from related tools like fork_item by highlighting that it duplicates the entire list structure while sharing item rows. This makes the tool's purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context for when to use the tool: when you need to duplicate a list and its categories. It also names fork_item as a follow-up alternative for detaching specific items, providing guidance on a related operation. However, it does not explicitly state when not to use this tool or contrast it with creating a new list from scratch, so it falls short of a perfect score.

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/paladini/lighterpack-mcp'

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