{
    "$schema": "https://raw.githubusercontent.com/cloudflare/agent-skills-discovery-rfc/main/schema/v0.2.0.json",
    "version": "0.2.0",
    "skills": [
        {
            "name": "read_markdown_content",
            "type": "tool",
            "description": "Retrieve any page or article in clean Markdown format via HTTP content negotiation (Accept: text/markdown).",
            "url": "https://www.france-trip-secrets.com/",
            "hash": "6c3f677137b46706577dc70629451b58e00fdaccae6e73545b075519762084fb",
            "usage": "Use HTTP header \"Accept: text/markdown\" on any URL of the site to receive a Markdown version optimized for AI agents."
        },
        {
            "name": "read_agent_dom",
            "type": "tool",
            "description": "Retrieve a single post or page as a clean semantic JSON document with title, content (Markdown), facts, entities, and metadata.",
            "url": "https://www.france-trip-secrets.com/wp-json/graphin/v1/agent/post/{slug}",
            "hash": "f1552c9d548c0675265cd7e9cbbe57c6cea400d0833ea0ccbad4a628b754d2ab",
            "usage": "GET request to /wp-json/graphin/v1/agent/{type}/{slug} with type in {post, page, product}."
        },
        {
            "name": "search_content",
            "type": "tool",
            "description": "Full-text search across all published content of the site.",
            "url": "https://www.france-trip-secrets.com/wp-json/graphin/v1/mcp/call",
            "hash": "10b8c89cf36193cbc6cd7ef3ae881c3b7bd9d05658f6a7bd1d14ea5367c6777a",
            "usage": "POST {tool: \"search_posts\", args: {query: \"...\"}} to the MCP call endpoint."
        },
        {
            "name": "browse_taxonomy",
            "type": "tool",
            "description": "List public taxonomies (categories, tags) and retrieve content under a specific taxonomy term.",
            "url": "https://www.france-trip-secrets.com/wp-json/graphin/v1/mcp/call",
            "hash": "21907d53ba04d3c97c05435f1e42155638782a0df23d32be12f6e6cd4f58853f",
            "usage": "POST {tool: \"list_taxonomies\"} or {tool: \"get_by_category\", args: {term_id: 123}}."
        },
        {
            "name": "list_recent_content",
            "type": "tool",
            "description": "Retrieve the most recently modified or published content of the site.",
            "url": "https://www.france-trip-secrets.com/wp-json/graphin/v1/mcp/call",
            "hash": "b1089b9ecad2ea33da872d51d9f9200c16228fe9a6252f99d1049eb83be042f2",
            "usage": "POST {tool: \"list_recent\", args: {limit: 20, type: \"post\"}}."
        },
        {
            "name": "site_index",
            "type": "document",
            "description": "Curated text-based index of the most relevant pages of the site, in llms.txt format.",
            "url": "https://www.france-trip-secrets.com/llms.txt",
            "hash": "1554dff67d3e0092fae28197f8e7b7456d7dcb32caf3fa20da22c47c261d09b8",
            "usage": "GET request, returns plain text in llms.txt standard format."
        },
        {
            "name": "site_corpus",
            "type": "document",
            "description": "Complete text corpus of all public content of the site, optimized for AI consumption.",
            "url": "https://www.france-trip-secrets.com/llms-full.txt",
            "hash": "2cd92d3bfbe2ae9f30a49257bb9045a1b37b0074768371f96d045eb977f5fb8e",
            "usage": "GET request, returns plain text Markdown corpus."
        },
        {
            "name": "site_info",
            "type": "tool",
            "description": "Retrieve site metadata including name, description, language, content types, and discovery feeds.",
            "url": "https://www.france-trip-secrets.com/wp-json/graphin/v1/mcp/call",
            "hash": "5b44874a8ef3aa29a05080e1ba3fae133bd5604f0038808e72b1550d2ca86d7a",
            "usage": "POST {tool: \"site_info\"}."
        }
    ],
    "site": {
        "name": "France trip secrets",
        "description": "Receptive luxury travel agency, specializing in Western France  Explore the Loire Valley castles, the Normandy D-Day landing sites, Mont-Saint-Michel and the coastal towns of Brittany.",
        "url": "https://www.france-trip-secrets.com/",
        "language": "en_US"
    },
    "contentSignals": {
        "search": "yes",
        "aiInput": "yes",
        "aiTrain": "no",
        "reference": "https://www.france-trip-secrets.com/robots.txt"
    },
    "related": {
        "mcpServerCard": "https://www.france-trip-secrets.com/.well-known/mcp/server-card.json",
        "apiCatalog": "https://www.france-trip-secrets.com/.well-known/api-catalog",
        "llmsTxt": "https://www.france-trip-secrets.com/llms.txt",
        "robots": "https://www.france-trip-secrets.com/robots.txt"
    },
    "contact": {
        "admin": "guillaume@graph-in.fr",
        "site": "https://www.france-trip-secrets.com/"
    },
    "generator": {
        "name": "Graph'in Agent-Ready",
        "version": "0.2.0",
        "url": "https://graph-in.fr/"
    }
}