{
    "$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.loiresecrets.com/",
            "hash": "ac5d3e0b8a511f947aa3418b51311a329b5d6734eed5d82faf99cffe9eab5841",
            "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.loiresecrets.com/wp-json/graphin/v1/agent/post/{slug}",
            "hash": "6f920a058d9d704de409a2f555e464ffe7ce9ab4ce03b5f703aa2660a939869a",
            "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.loiresecrets.com/wp-json/graphin/v1/mcp/call",
            "hash": "deafd233723242950183504c37017c8dec3024b757fb843633c5bb6c51e9a19f",
            "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.loiresecrets.com/wp-json/graphin/v1/mcp/call",
            "hash": "ea5f6eec1a712e110d4159bafb469d8805883cc7c0019fa6305948fa08e4dd3d",
            "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.loiresecrets.com/wp-json/graphin/v1/mcp/call",
            "hash": "eb8864c5c1f4b5ae0b636de57d12a196b3f3d8380e5e0576a4c231110ef6791e",
            "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.loiresecrets.com/llms.txt",
            "hash": "5ae7e6b28ad840f59a70d30f002e7d1ecf20c9ccc6ea8939bb291f41fbb7d380",
            "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.loiresecrets.com/llms-full.txt",
            "hash": "c83563453cfe89e9a5d73764d5f127c917c6222f44e34fdfc4818a76e2230c9d",
            "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.loiresecrets.com/wp-json/graphin/v1/mcp/call",
            "hash": "f31966daeb26314155d336a4623c270c4cbf78de19e3c0c7011ddf7af17bb624",
            "usage": "POST {tool: \"site_info\"}."
        }
    ],
    "site": {
        "name": "Loire Secrets Travel",
        "description": "Your luxury travel specialist of the Loire Valley, Normandy and Brittany",
        "url": "https://www.loiresecrets.com/",
        "language": "en_US"
    },
    "contentSignals": {
        "search": "yes",
        "aiInput": "yes",
        "aiTrain": "no",
        "reference": "https://www.loiresecrets.com/robots.txt"
    },
    "related": {
        "mcpServerCard": "https://www.loiresecrets.com/.well-known/mcp/server-card.json",
        "apiCatalog": "https://www.loiresecrets.com/.well-known/api-catalog",
        "llmsTxt": "https://www.loiresecrets.com/llms.txt",
        "robots": "https://www.loiresecrets.com/robots.txt"
    },
    "contact": {
        "admin": "contact@loiresecrets.com",
        "site": "https://www.loiresecrets.com/"
    },
    "generator": {
        "name": "Graph'in Agent-Ready",
        "version": "0.2.0",
        "url": "https://graph-in.fr/"
    }
}