Skip to main content

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

NameTypeRequired
dirstryes
parent_idstryes
sub_idstryes

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": "..."
}
}
}