node_link
Family: Nodes — atomic pieces of work and their relations. See Nodes.
Link a node to a parent.
@mcp.tool()
def node_link(
dir: str,
node_id: str,
parent_id: str,
) -> str
Parameters
| Name | Type | Required |
|---|---|---|
dir | str | yes |
node_id | str | yes |
parent_id | str | yes |
Returns str.
Call shape
Fill your values; omit optional parameters:
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "node_link",
"arguments": {
"dir": "...",
"node_id": "...",
"parent_id": "..."
}
}
}