{
    "serverInfo": {
        "name": "Teas.co.uk Public Tea Truth",
        "version": "2026-06-17"
    },
    "transport": {
        "type": "https",
        "url": "https://teas.co.uk/wp-json/teas/v1/ask/"
    },
    "capabilities": {
        "tools": true,
        "resources": true,
        "prompts": false
    },
    "tools": [
        {
            "name": "ask_tea_advice",
            "description": "Natural-language tea advice, catalogue listing/ranking, price-per-cup/value questions, comparisons, pairings, caffeine guidance, occasion questions and page-context prompts.",
            "endpoint": "https://teas.co.uk/wp-json/teas/v1/ask/"
        },
        {
            "name": "get_product_truth",
            "description": "Rich product payload by GTIN, SKU, product_id, slug, URL or narrow product query.",
            "endpoint": "https://teas.co.uk/wp-json/teas/v1/product-truth/"
        },
        {
            "name": "read_agent_index",
            "description": "Read the compiled Product Truth agent index used by Ask for fast candidate retrieval.",
            "endpoint": "https://teas.co.uk/teas-agent-index.json"
        },
        {
            "name": "submit_machine_feedback",
            "description": "Submit the feedback template returned by Ask and Product Truth.",
            "endpoint": "https://teas.co.uk/wp-json/teas/v1/machine-feedback"
        }
    ]
}