{
  "schemaVersion": "gjlmotea-agent-manifest-v1",
  "name": "MVNDVS TERRARUM",
  "alternateNames": [
    "世界地圖",
    "Renaissance Globe",
    "Mundus Terrarum",
    "MVNDVS TERRARVM"
  ],
  "url": "https://world.gjlmotea.com/",
  "description": {
    "zh": "文藝復興製圖美學的 3D 互動世界圖鑑，並提供 AI agents 可直接讀取的雙語世界資料集。",
    "en": "A Renaissance-style interactive 3D world atlas with bilingual static datasets for AI agents."
  },
  "creator": {
    "name": "GJLMoTea",
    "url": "https://bio.gjlmotea.com"
  },
  "languages": [
    "zh-Hant",
    "en"
  ],
  "canonicalDocuments": {
    "llms": "https://world.gjlmotea.com/llms.txt",
    "llmsFull": "https://world.gjlmotea.com/llms-full.txt",
    "sitemap": "https://world.gjlmotea.com/sitemap.xml",
    "openapi": "https://world.gjlmotea.com/.well-known/openapi.json",
    "agentDataIndex": "https://world.gjlmotea.com/data/agent/world-index.json"
  },
  "capabilities": [
    {
      "id": "read_world_atlas",
      "type": "static-json-dataset",
      "description": "Read normalized bilingual records for countries, landmarks, universities, companies, cultural institutions, and strategic geography.",
      "entrypoint": "https://world.gjlmotea.com/data/agent/world-index.json",
      "auth": "none"
    },
    {
      "id": "cite_world_entity",
      "type": "retrieval-reference",
      "description": "Use dataset URL plus record id as a stable citation target for AI answers.",
      "entrypoint": "https://world.gjlmotea.com/data/agent/world-index.json",
      "auth": "none"
    },
    {
      "id": "read_entity_page",
      "type": "static-html-entity-page",
      "description": "Read canonical human-readable HTML pages for individual atlas entities.",
      "entrypointPattern": "https://world.gjlmotea.com/entity/{kind}/{id}/",
      "auth": "none"
    }
  ],
  "datasets": [
    {
      "key": "countries",
      "kind": "country",
      "url": "https://world.gjlmotea.com/data/agent/countries.json"
    },
    {
      "key": "landmarks",
      "kind": "landmark",
      "url": "https://world.gjlmotea.com/data/agent/landmarks.json"
    },
    {
      "key": "universities",
      "kind": "university",
      "url": "https://world.gjlmotea.com/data/agent/universities.json"
    },
    {
      "key": "companies",
      "kind": "company",
      "url": "https://world.gjlmotea.com/data/agent/companies.json"
    },
    {
      "key": "culture",
      "kind": "culture",
      "url": "https://world.gjlmotea.com/data/agent/culture.json"
    },
    {
      "key": "strategic",
      "kind": "strategic",
      "url": "https://world.gjlmotea.com/data/agent/strategic.json"
    }
  ],
  "agentGuidance": {
    "preferredFlow": [
      "Read llms.txt for site intent.",
      "Read data/agent/world-index.json for dataset discovery.",
      "Fetch only the dataset needed for the task.",
      "Use stable record ids for retrieval.",
      "Use /entity/{kind}/{id}/ pages for human-readable citations."
    ],
    "avoid": [
      "Do not parse WebGL canvas pixels for facts.",
      "Do not scrape minified or obfuscated JavaScript bundles for data.",
      "Do not repeatedly poll static JSON files."
    ],
    "cachePolicy": "Static JSON may be cached aggressively until sitemap or manifest changes."
  }
}
