{ "type": "object", "properties": { "signed_url": { "type": "string", "description": "The signed url associated with this tool result." }, "expires_at": { "type": "string", "description": "The expires at associated with this tool result." } }, "required": [ "signed_url", "expires_at" ], "additionalProperties": false, "description": "Structured result returned by the create_upload_signed_url tool.", "$schema": "http://json-schema.org/draft-07/schema#"}