{
    "name": "sweeties.net WebMCP tools",
    "tools": [
        {
            "name": "ask_sweets_advice",
            "description": "Ask a question about our sweets in plain English.",
            "endpoint": "https://sweeties.net/wp-json/sweeties/v1/ask/"
        },
        {
            "name": "get_product_truth",
            "description": "Fetch rich Product Truth by GTIN, product_id or query.",
            "endpoint": "https://sweeties.net/wp-json/sweeties/v1/product-truth/"
        },
        {
            "name": "read_agent_index",
            "description": "Fetch the compiled Product Truth index used by Ask.",
            "endpoint": "https://sweeties.net/sweeties-agent-index.json"
        }
    ]
}