{"schema_version":"v1","name_for_human":"Fortune Fog","name_for_model":"fortune_fog","description_for_human":"Reveal personalized fortunes from the Fortune Fog app by PlatphormNews. Six categories: adventure, skill, experience, wisdom, chaos, principle.","description_for_model":"Fortune Fog tool. Use get_random_fortune to get a motivational fortune. Use list_categories to discover available categories. Use get_fortune_by_id to fetch a specific known fortune. Use list_fortunes to browse all fortunes. All fortunes are short, meaningful quotes aligned to life goals.","auth":{"type":"none"},"api":{"type":"openapi","url":"https://fortune.platphormnews.com/api/mcp/openapi.json"},"logo_url":"https://fortune.platphormnews.com/icon-192.png","contact_email":"hello@platphormnews.com","legal_info_url":"https://platphormnews.com","source":{"app":"Fortune Fog","publisher":"PlatphormNews","url":"https://fortune.platphormnews.com","rootSite":"https://platphormnews.com","mcpCanonical":"https://mcp.platphormnews.com/api/mcp"},"tools":[{"name":"get_random_fortune","description":"Returns a random fortune from Fortune Fog. Optionally filter by category (adventure | skill | experience | wisdom | chaos | principle) and locale (en | es | fr).","inputSchema":{"type":"object","properties":{"category":{"type":"string","enum":["adventure","skill","experience","wisdom","chaos","principle"],"description":"Filter fortunes by life-goal category."},"locale":{"type":"string","enum":["en","es","fr"],"default":"en","description":"Language locale for the fortune text."}},"required":[]}},{"name":"get_fortune_by_id","description":"Returns a specific fortune by its stable slug ID. Use list_fortunes first to discover IDs.","inputSchema":{"type":"object","properties":{"id":{"type":"string","description":"Slug ID of the fortune, e.g. 'the-grand-canyon-was-carved-by-persistence'."},"locale":{"type":"string","enum":["en","es","fr"],"default":"en","description":"Language locale for the fortune text."}},"required":["id"]}},{"name":"list_fortunes","description":"Returns a paginated list of all fortunes. Optionally filter by category. Returns IDs, text, category, and permalink for each fortune.","inputSchema":{"type":"object","properties":{"category":{"type":"string","enum":["adventure","skill","experience","wisdom","chaos","principle"],"description":"Filter by category."},"locale":{"type":"string","enum":["en","es","fr"],"default":"en"},"page":{"type":"integer","default":1,"minimum":1},"limit":{"type":"integer","default":20,"minimum":1,"maximum":200}},"required":[]}},{"name":"list_categories","description":"Returns all available fortune categories with labels, descriptions, and fortune counts.","inputSchema":{"type":"object","properties":{},"required":[]}}]}