{ "type": "object", "properties": { "is_favorite": { "type": "boolean", "description": "The is favorite associated with this tool result." }, "project_id": { "type": "string", "description": "Project identifier associated with this result." } }, "required": [ "is_favorite", "project_id" ], "additionalProperties": false, "description": "Structured result returned by the is_favorite tool.", "$schema": "http://json-schema.org/draft-07/schema#"}