Skip to main content
Glama
fawaikuangtuzhangfei

baozhibao-mcp-server

add_item

Add new items to track personal belongings, recording details such as name, location, and expiration date for organized inventory management.

Instructions

添加新物品。可以记录物品名称、存放位置、过期日期等信息。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes物品名称(必填)
brandNo品牌
priceNo价格
remarkNo备注
quantityNo数量,默认为1
categoryIdNo分类ID
expiryDateNo过期日期,格式 YYYY-MM-DD
locationIdNo存放位置ID
descriptionNo物品描述
categoryNameNo分类名称,如"食品"、"日用品"
locationNameNo存放位置名称,如"冰箱"、"柜子"
specificationNo规格
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states that it adds an item and lists some recordable fields, but does not mention side effects, permission requirements, return values, or whether certain parameters are ignored under conditions. Minimal behavioral transparency.

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 concise with two short sentences. The first sentence clearly states the tool's purpose; the second lists example fields, which is partly redundant with the schema but does not bloat the text. It is well-structured and front-loaded.

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?

Given the tool has 12 parameters, no annotations, and no output schema, the description is far too minimal. It does not cover usage context, behavior, return values, or how it differs from scanning-based addition. The description only provides a basic label rather than complete operational guidance.

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?

Schema description coverage is 100%, so the input schema already documents all 12 parameters. The description mentions a few example fields (name, location, expiry) but adds no extra semantic meaning, relationships, or parameter-specific nuances beyond the schema. Baseline score applies.

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 action ('添加新物品' - add new item) and the resource, and briefly mentions the types of information that can be recorded. It distinguishes from read-only siblings like query_items and get_item, though it does not explicitly differentiate from scan_add_item.

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 such as scan_add_item. It lacks any mention of prerequisites, exclusions, or typical use cases, leaving the agent without clear decision criteria.

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/fawaikuangtuzhangfei/baozhibao-mcp-server'

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