{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/letta__server__rest_api__routers__v1__tools__ToolExecuteRequest", "title": "ToolExecuteRequest", "properties": { "args": { "additionalProperties": true, "type": "object", "title": "Args", "description": "Arguments to pass to the tool" } }, "type": "object" }