appendage_remove
Family: Appendages — worker equipment staged via stages. See Appendages.
Remove a builder appendage (tools the agent uses to DO the work).
@mcp.tool()
def appendage_remove(
dir: str,
section: str,
item_id: str,
) -> str
Parameters
| Name | Type | Required |
|---|---|---|
dir | str | yes |
section | str | yes |
item_id | str | yes |
Returns str.
Call shape
Fill your values; omit optional parameters:
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "appendage_remove",
"arguments": {
"dir": "...",
"section": "...",
"item_id": "..."
}
}
}