{ "type": "object", "properties": { "path": { "type": "string", "description": "The path associated with this tool result." }, "content": { "type": "string", "description": "Source content or body returned by the tool." } }, "required": [ "path", "content" ], "additionalProperties": true, "description": "Structured result returned by the read_sandbox_file tool.", "$schema": "http://json-schema.org/draft-07/schema#"}