{"utcp":"1.0","info":{"title":"Facts API","description":"Static facts API"},"tools":[{"name":"list_facts","description":"List all available facts","input_schema":{"type":"object","properties":{}},"call":{"method":"GET","url":"https://mansuetu.de/api/facts"}},{"name":"get_fact","description":"Retrieve a fact document by ID","input_schema":{"type":"object","properties":{"id":{"type":"string","enum":["bob-mortimer","tiswas"],"description":"The fact identifier"},"format":{"type":"string","enum":["application/json","application/ld+json","image/png"],"description":"Preferred response format (sent as Accept header)"}},"required":["id"]},"call":{"method":"GET","url":"https://mansuetu.de/api/facts/{id}","headers":{"Accept":"{format}"}}}]}