1 2 3 4 5 6 7 8 9 10 11
{ "name": "add_log", "description": "Add an entry to the operation log", "parameters": { "type": "object", "properties": { "message": { "type": "string", "description": "Log message" } }, "required": ["message"] } }