Skip to main content
Glama
waka4674

shipsaving-mcp

by waka4674

update_address

Update an existing address in the address book by providing its ID and new details such as name, phone, street, city, state, zip code, country, and address type.

Instructions

编辑/更新地址簿中已有的地址

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes要更新的地址ID
first_nameYes
last_nameYes
phoneYes电话(必填,不能为空)
streetYes地址行1
cityYes城市
stateYes州/省
zip_codeYes邮编
countryYes国家代码
address_typeYes地址类型:residential(居住区) / commercial(商业区)
company_nameNo公司名称
emailNo邮箱
street2No地址行2
is_defaultNo是否设为默认地址
force_createNo客户强制保存地址(二次确认使用)
latitudeNo地址纬度
longitudeNo地址经度
Behavior2/5

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

No annotations exist, and the description fails to disclose behavioral traits such as whether it performs partial or full replacement, if it requires id, or side effects. The schema hints at partial updates but the description does not clarify.

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, efficient but lacking detail. It is front-loaded with the core action, but could be expanded.

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 17 parameters and no output schema, the description is too sparse. It does not explain return behavior, partial update support, or prerequisites, leaving significant gaps.

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 coverage is 100%, so baseline is 3. The description adds no additional meaning beyond what the schema provides for parameters.

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 it edits/updates existing addresses in the address book, with a specific verb and resource. It distinguishes itself from sibling tools like create_address and validate_address.

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 description provides no guidance on when to use this tool versus alternatives like create_address for new addresses or delete being absent. Usage is implied by the update action.

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