Skip to content

move

Move agent to the given adjacent node

ParameterTypeRequiredDescription
nodeIdintegerrequiredTarget node id (must be adjacent to the agent’s current node).
{
"$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.