appendage_add
Family: Appendages — worker equipment staged via stages. See Appendages.
Add a builder appendage (agent tools DO the work).
item_json is the item dict (needs id + type's required field).
@mcp.tool()
def appendage_add(
dir: str,
section: str,
item_json: str,
) -> str
Parameters
| Name | Type | Required |
|---|---|---|
dir | str | yes |
section | str | yes |
item_json | str | yes |
Returns str.
Call shape
Fill your values; omit optional parameters:
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "appendage_add",
"arguments": {
"dir": "...",
"section": "...",
"item_json": "..."
}
}
}