{
 "version": 1,
 "marque": "Creche Inspection Reports",
 "domain": "https://creche-inspection-reports.pages.dev",
 "langue": "en",
 "ui_tools": [
  {
   "name": "filter_table",
   "description": "Filter the register table shown on this page. The result is displayed visibly on the page.",
   "ancre": "registertabelle",
   "inputSchema": {
    "type": "object",
    "properties": {
     "texte": {
      "type": "string"
     }
    },
    "required": [
     "texte"
    ]
   }
  }
 ],
 "ui_badge": "%s tools available for your agent",
 "genere_le": null,
 "note": "These tools are described in `/api/v1/tools.json` and can be called in the browser through WebMCP. They are free.",
 "paiement": {
  "statut": "non_active",
  "chemins_reserves": [
   "/api/v1/changements.json",
   "/api/v1/jeu-complet.json"
  ],
  "prix": null,
  "contact": "https://creche-inspection-reports.pages.dev/daten",
  "note": "Reserved — not served yet. Terms: https://creche-inspection-reports.pages.dev/daten"
 },
 "tools": [
  {
   "name": "resolve_code",
   "description": "Find an entry by name or identifier. Returns at most 10 matches with the address of their page; no match is returned as “not found” — never an approximate answer.",
   "acces": "gratuit",
   "source": "/i/services.json",
   "champs": [
    "slug",
    "name",
    "town",
    "county",
    "tusla_id"
   ],
   "champ_id": "tusla_id",
   "url_modele": "/creche/{slug}/",
   "resolution": {
    "algorithme": "FNV-1a 32 bits",
    "offset_basis": 2166136261,
    "prime": 16777619,
    "module": 149,
    "chemin_fragment": "/d/{hachage}.json",
    "format_ligne": [
     "code",
     "slug",
     "name",
     "town",
     "county",
     "tusla_id"
    ],
    "separateur": "|",
    "normalisation": "majuscules, tout caractère hors A-Z et 0-9 retiré",
    "note": "hachage = fnv1a(code normalisé) modulo module ; le fragment est un tableau de lignes, la clé est le premier champ."
   },
   "appel": {
    "transport": "mcp",
    "endpoint": "https://mcp-registres.cloudflare33-7aa.workers.dev/mcp",
    "arguments": {
     "registre": "creche-inspection-reports",
     "code": "<Name, part of a name, or identifier.>"
    }
   },
   "inputSchema": {
    "type": "object",
    "properties": {
     "code": {
      "type": "string",
      "description": "Name, part of a name, or identifier."
     }
    },
    "required": [
     "code"
    ]
   }
  },
  {
   "name": "describe_dataset",
   "description": "Coverage, source, licence and collection date of this directory.",
   "inputSchema": {
    "type": "object",
    "properties": {}
   },
   "acces": "gratuit",
   "source": "/api/v1/manifest.json"
  },
  {
   "name": "get_sample",
   "description": "Free sample of the dataset, in the format of the full delivery.",
   "inputSchema": {
    "type": "object",
    "properties": {}
   },
   "acces": "gratuit",
   "source": "/api/v1/echantillon.json"
  },
  {
   "name": "changes_since",
   "description": "Differences between two releases of the register. RESERVED: scope and terms are set on request.",
   "inputSchema": {
    "type": "object",
    "properties": {
     "depuis": {
      "type": "string",
      "format": "date"
     }
    },
    "required": [
     "depuis"
    ]
   },
   "acces": "reserve",
   "statut": "reserve",
   "conditions": "Reserved — not served yet. Terms: https://creche-inspection-reports.pages.dev/daten",
   "source": "/api/v1/changements.json"
  },
  {
   "name": "export_dataset",
   "description": "Full, normalised export of the dataset. RESERVED: scope, format and terms are set on request.",
   "inputSchema": {
    "type": "object",
    "properties": {}
   },
   "acces": "reserve",
   "statut": "reserve",
   "conditions": "Reserved — not served yet. Terms: https://creche-inspection-reports.pages.dev/daten",
   "source": "/api/v1/jeu-complet.json"
  },
  {
   "name": "request_dataset",
   "description": "Send the publisher a request about the full dataset. Only what is filled in here is transmitted.",
   "acces": "gratuit",
   "endpoint": "https://formspree.io/f/xppzalak",
   "source_lead": "creche-inspection-reports/agents · MCP",
   "inputSchema": {
    "type": "object",
    "properties": {
     "volume": {
      "type": "string",
      "description": "Desired scope (area, period, number of rows)."
     },
     "usage": {
      "type": "string",
      "description": "Intended use of the data."
     },
     "contact": {
      "type": "string",
      "description": "E-mail address for the reply."
     }
    },
    "required": [
     "contact"
    ]
   }
  }
 ]
}