{
    "$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.graph-in.fr/",
            "hash": "80888b487b711ec7ff8e18e6fafc019b296e11c438734c5e286d5e9a1c60ac7d",
            "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.graph-in.fr/wp-json/graphin/v1/agent/post/{slug}",
            "hash": "8878ef4e8c501ddfa9e3ba383ac5ed0d0e9ced9c1d6c5324d85cd751acf7fde7",
            "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.graph-in.fr/wp-json/graphin/v1/mcp/call",
            "hash": "69953911686bae055e85ab458965045e12c282d463d47d73d3542f7619428d17",
            "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.graph-in.fr/wp-json/graphin/v1/mcp/call",
            "hash": "29af2f3e9245365d81185c1f962e3714186cd35137a8d0cace758f43b0161b04",
            "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.graph-in.fr/wp-json/graphin/v1/mcp/call",
            "hash": "73cc337762350a6b7ca85675c7f8bfe238de8799ac9429915c177e987577c673",
            "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.graph-in.fr/llms.txt",
            "hash": "c56292727adbc1e38665c9fa02ce4be3e3f9076f7129bcb59d8a31fe7c3332d6",
            "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.graph-in.fr/llms-full.txt",
            "hash": "361cf8bb51ca834d3d5d26063cd4245632ad6c95b6ead25a62dc7fb1afbd1179",
            "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.graph-in.fr/wp-json/graphin/v1/mcp/call",
            "hash": "14011c978dbc38034310d6c3d16186a816948367af3f74c92432e9bb52c3075d",
            "usage": "POST {tool: \"site_info\"}."
        }
    ],
    "site": {
        "name": "Graph&#039;in ! 🐙 Agence de communication et studio graphique - Nantes, Ancenis, Saint-Malo et Rennes",
        "description": "Stratégie et communication, création graphique (logo),print, web(site internet) et réseaux sociaux, enseigne et signalétique",
        "url": "https://www.graph-in.fr/",
        "language": "fr_FR"
    },
    "contentSignals": {
        "search": "yes",
        "aiInput": "yes",
        "aiTrain": "no",
        "reference": "https://www.graph-in.fr/robots.txt"
    },
    "related": {
        "mcpServerCard": "https://www.graph-in.fr/.well-known/mcp/server-card.json",
        "apiCatalog": "https://www.graph-in.fr/.well-known/api-catalog",
        "llmsTxt": "https://www.graph-in.fr/llms.txt",
        "robots": "https://www.graph-in.fr/robots.txt"
    },
    "contact": {
        "admin": "guillaume@graph-in.fr",
        "site": "https://www.graph-in.fr/"
    },
    "generator": {
        "name": "Graph'in Agent-Ready",
        "version": "0.2.0",
        "url": "https://graph-in.fr/"
    }
}