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
| Name | Type | Required |
|---|---|---|
dir | str | yes |
parent_id | str | yes |
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": "..."
}
}
}