Skip to main content

sub_node_list

Family: Sub-nodes — decomposed leaves under a node instance. See Sub-nodes.

List sub-nodes.

@mcp.tool()
def sub_node_list(
dir: str,
parent_id: str,
) -> str

Parameters

NameTypeRequired
dirstryes
parent_idstryes

Returns str.

Call shape

Fill your values; omit optional parameters:

{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "sub_node_list",
"arguments": {
"dir": "...",
"parent_id": "..."
}
}
}