{ "type": "object", "properties": { "value": { "type": [ "string", "null" ], "description": "The value associated with this tool result." } }, "required": [ "value" ], "additionalProperties": false, "description": "Structured result returned by the get_cache_value tool.", "$schema": "http://json-schema.org/draft-07/schema#"}