Tools APIRegister, manage, and test external tools that agents can invoke.GET/api/v1/toolsList all registered tools.POST/api/v1/toolsRegister a new tool.GET/api/v1/tools/:idGet tool details by ID.PUT/api/v1/tools/:idUpdate tool configuration.DELETE/api/v1/tools/:idRemove a tool.POST/api/v1/tools/:id/testTest a tool with sample inputs.PreviousRuntime APINextMemory API