Skip to main content
Glama

pls_delete_car

pls_delete_car
Destructive

Delete car entities from the positioning system by confirming with '确认' and specifying IDs. This operation is permanent.

Instructions

【🔧 管理】删除车辆实体。

参数:

  • confirm: 二次确认(必填),必须传 "确认"

  • ids: ID数组(必填),要删除的实体ID列表

  • 根据实体类型传入对应字段

返回: {success: true/false, entity: 实体名称, action: 操作类型}

提示: 删除不可撤销!

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo车辆ID(更新/删除时必填,长整型以字符串传入)
idsYes要删除的实体ID列表(长整型以字符串传入)
carCodeNo车辆编号
carTypeNo车辆类型: 0-夹包车, 1-转运车, 2-正面吊
confirmYes⚠️ 写操作需二次确认,必须传 "确认"
carBrandNo品牌
carModelNo型号
machineCodeNo车牌号/机械编号
hasWeightDeviceNo是否配备称重设备: 0-无, 1-有
Behavior4/5

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

Annotations already indicate destructiveness (destructiveHint=true), but the description adds value with '删除不可撤销!' and the requirement for a confirmation parameter. It also discloses the return format, going beyond the structured fields.

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 compact and well-structured: header, parameter list, return format, hint. Every sentence serves a purpose, though the entity-type note is slightly ambiguous. Overall, it's efficient.

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

Completeness4/5

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

Given the tool's complexity (9 parameters, no output schema, annotations present), the description covers purpose, required confirmation, return format, and irreversibility. It could mention that the confirm parameter must match exactly, but the schema covers that.

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 the return format and specifies that confirm must be '确认', which is already in schema. The line '根据实体类型传入对应字段' is somewhat redundant and vague, providing minimal additional meaning.

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 '删除车辆实体' (delete car entity), providing a specific verb and resource. It effectively distinguishes from sibling CRUD tools like pls_create_car and pls_update_car.

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 implies usage for deleting a car but does not provide explicit guidance on when to use this tool versus other delete tools (e.g., pls_delete_person, pls_delete_goods). There are no exclusions or alternative suggestions.

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/sweet-dog-cyber/pls-mcp'

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