delete_prop
Remove an unused prop from a short-drama project with its numeric ID. Free to use.
Instructions
删一个道具。免费。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prop_id | Yes |
Remove an unused prop from a short-drama project with its numeric ID. Free to use.
删一个道具。免费。
| Name | Required | Description | Default |
|---|---|---|---|
| prop_id | Yes |
Changes observed during successful MCP inspections.
v0.1.57Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the full burden of disclosing side effects. It only says 'delete' and 'free', without mentioning irreversibility, impact on dependent data, permissions, or other behavioral consequences. The destructive nature is implied but not elaborated.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise and front-loaded, using only a few words to convey the core action. However, it is so minimal that it borders on under-specification, especially for a destructive operation.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a delete operation with no annotations and no output schema, the description omits deletion scope, reversibility, cost implications beyond 'free,' and expected response. It is minimally viable but not complete enough for an autonomous agent to understand side effects.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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 explain prop_id, how to obtain it, or what it refers to beyond the schema's type and minimum. Although prop_id is self-suggestive, the description adds no semantic value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action ('delete') and resource ('prop'), distinguishing it from sibling tools like create_prop, update_prop, and get_props. It is not a tautology and clearly identifies the operation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided about when to use this tool versus alternatives, what prerequisites exist, or what conditions make deletion appropriate. The verb implies the purpose, but no explicit usage context or exclusions are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.