{ "type": "object", "properties": { "id": { "type": "string", "description": "Unique identifier for the returned record." }, "deleted": { "type": "boolean", "description": "The deleted associated with this tool result." } }, "required": [ "deleted" ], "additionalProperties": false, "description": "Structured result returned by the cancel_subscription tool.", "$schema": "http://json-schema.org/draft-07/schema#"}