move
Move agent to the given adjacent node
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
nodeId | integer | required | Target node id (must be adjacent to the agent’s current node). |
Input schema
Section titled “Input schema”{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "nodeId": { "type": "integer", "description": "Target node id (must be adjacent to the agent's current node)." } }, "required": [ "nodeId" ], "additionalProperties": false}Engine schema version: 1.0.0. The agent-facing form of this tool
is at /docs-agents/tools.json.