sub_node_show
Family: Sub-nodes — decomposed leaves under a node instance. See Sub-nodes.
Show a sub-node.
@mcp.tool()
def sub_node_show(
dir: str,
parent_id: str,
sub_id: str,
) -> str
Parameters
| Name | Type | Required |
|---|---|---|
dir | str | yes |
parent_id | str | yes |
sub_id | str | yes |
Returns str.
Call shape
Fill your values; omit optional parameters:
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "sub_node_show",
"arguments": {
"dir": "...",
"parent_id": "...",
"sub_id": "..."
}
}
}