{
    "$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.conseiller-investissement.fr/",
            "hash": "30360dae32c2264416270e16a93e00b05814f188fb796fc751a517b0e6a34cdd",
            "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.conseiller-investissement.fr/wp-json/graphin/v1/agent/post/{slug}",
            "hash": "bb48a924001b57613641847a93c3905a1766ec1144b203bcc9f73e44495771dd",
            "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.conseiller-investissement.fr/wp-json/graphin/v1/mcp/call",
            "hash": "34615217f265dec6e7dfeae250e6e1bf9d395cbe9ba9e33749ec9ec735181c31",
            "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.conseiller-investissement.fr/wp-json/graphin/v1/mcp/call",
            "hash": "d9cc9104aac01ab197a2efab14e898d57022071e8d6063516af5c2cc9400a44b",
            "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.conseiller-investissement.fr/wp-json/graphin/v1/mcp/call",
            "hash": "93900434b2c37e91f319e874bf52673b06ed1e525b63a62240f323ce607f7fb2",
            "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.conseiller-investissement.fr/llms.txt",
            "hash": "69c1065ee507774613fed8f39ac13351abb6e22be063a26ef80bd1e351425440",
            "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.conseiller-investissement.fr/llms-full.txt",
            "hash": "c1522d3ad5ea6536a2ac0df49e4c97d5b39f0302dbacbee3fea6613e0bf313f4",
            "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.conseiller-investissement.fr/wp-json/graphin/v1/mcp/call",
            "hash": "fa1ee88a554b2650f1c76a1e0547d80258636b54a2c4c4e39b20c8336ea231d3",
            "usage": "POST {tool: \"site_info\"}."
        }
    ],
    "site": {
        "name": "Thibault LANGLOIS – Créateur de Patrimoine",
        "description": "Conseiller en investissement et Conseiller patrimonial",
        "url": "https://www.conseiller-investissement.fr/",
        "language": "fr_FR"
    },
    "contentSignals": {
        "search": "yes",
        "aiInput": "yes",
        "aiTrain": "no",
        "reference": "https://www.conseiller-investissement.fr/robots.txt"
    },
    "related": {
        "mcpServerCard": "https://www.conseiller-investissement.fr/.well-known/mcp/server-card.json",
        "apiCatalog": "https://www.conseiller-investissement.fr/.well-known/api-catalog",
        "llmsTxt": "https://www.conseiller-investissement.fr/llms.txt",
        "robots": "https://www.conseiller-investissement.fr/robots.txt"
    },
    "contact": {
        "admin": "guillaume@graph-in.fr",
        "site": "https://www.conseiller-investissement.fr/"
    },
    "generator": {
        "name": "Graph'in Agent-Ready",
        "version": "0.2.4",
        "url": "https://graph-in.fr/"
    }
}