Skip to main content

node_show

Family: Nodes — atomic pieces of work and their relations. See Nodes.

Show a node.

@mcp.tool()
def node_show(
dir: str,
node_id: str,
) -> str

Parameters

NameTypeRequired
dirstryes
node_idstryes

Returns str.

Call shape

Fill your values; omit optional parameters:

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