{
    "protocolVersion": "0.3.0",
    "name": "Seratelle.com",
    "description": "Taxi aéroport Biarritz, taxi gare de Biarritz, taxi Bayonne, Anglet, Saint-Jean-de-Luz : votre transport Pays basque, disponible 24h/24.",
    "url": "https://seratelle.com/",
    "preferredTransport": "JSONRPC",
    "capabilities": {
        "streaming": false
    },
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/plain",
        "text/markdown"
    ],
    "skills": [
        {
            "id": "search_site",
            "name": "Rechercher du contenu sur le site",
            "description": "Search this site's published content by keyword. Pass the search terms in \"q\". Returns matching posts/pages with title, URL, excerpt, and content type. Only published, public content included in the site's llms.txt settings is searched. Use it to find relevant pages before fetching them with get_page_content."
        },
        {
            "id": "get_page_content",
            "name": "Obtenez le contenu de la page sous la forme Markdown",
            "description": "Fetch a page of this site as clean markdown — title, metadata, and body with HTML removed. Pass the page URL in \"url\". Only published, public, non-password-protected content is served; pages excluded from llms.txt are not available. Use it to actually read the site's content."
        },
        {
            "id": "list_recent_content",
            "name": "Répertorier le contenu récent",
            "description": "List this site's most recently published content. Optionally filter by post type with \"type\" and cap the result count with \"limit\" (max 20). Returns title, URL, date, and type for each item. Only published, public content is listed."
        },
        {
            "id": "get_site_info",
            "name": "Obtenir des informations sur le site",
            "description": "Get basic machine-readable facts about this site: name, tagline, language, llms.txt URL, and feed URLs. Takes no arguments. Call it first to orient yourself before using the content skills."
        }
    ],
    "documentationUrl": "https://seratelle.com/llms.txt"
}
