Get Node Detail
pathrule_get_nodeFetch a single tree node and the IDs of its attached memories, rules, and skills by providing workspace and node UUIDs.
Instructions
Return a single node plus ids for attached memories, rules, and skills. Requires workspace_id to prevent cross-workspace ambiguity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | Workspace UUID from pathrule_list_workspaces. | |
| node_id | Yes | Tree node UUID. |