{
  "name": "Naturepedia Agent",
  "description": "Public read-only agent for discovering, searching, and resolving canonical Naturepedia resources, including ecological systems, registries, system maps, Knowledge Meshes, Robbie's Razor resources, and GC-MRD-v2.0 authority records.",
  "supportedInterfaces": [
    {
      "url": "https://www.robbiegeorgephotography.com/a2a/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Robbie George Photography",
    "url": "https://www.robbiegeorgephotography.com"
  },
  "version": "0.1.0",
  "documentationUrl": "https://www.robbiegeorgephotography.com/naturepedia-discovery-index",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "naturepedia-about",
      "name": "About Naturepedia",
      "description": "Describe Naturepedia, its publisher, authority structure, public discovery architecture, MCP service, rights boundaries, and machine-access model.",
      "tags": [
        "naturepedia",
        "discovery",
        "authority",
        "mcp",
        "governance"
      ],
      "examples": [
        "about naturepedia"
      ]
    },
    {
      "id": "naturepedia-search",
      "name": "Search Naturepedia",
      "description": "Search the public Naturepedia AI Catalog for ecological systems, mathematical and geometrical references, canonical pages, registries, system maps, Knowledge Meshes, Robbie's Razor resources, Grand Compression governance records, and machine-readable resources.",
      "tags": [
        "naturepedia",
        "search",
        "ecology",
        "geometry",
        "mathematics",
        "topology",
        "registry",
        "knowledge"
      ],
      "examples": [
        "search: water systems",
        "search: wolf ecology",
        "search: geometry of nature",
        "search: hopf fibration"
      ]
    },
    {
      "id": "naturepedia-resolve",
      "name": "Resolve Naturepedia Resource",
      "description": "Resolve an exact Naturepedia slug, identifier, catalog ID, or URL to its canonical public record, classification metadata, authority relationships, and available machine-access information.",
      "tags": [
        "naturepedia",
        "resolve",
        "canonical",
        "resource",
        "provenance"
      ],
      "examples": [
        "resolve: water-systems",
        "resolve: geology",
        "resolve: hopf-fibration",
        "resolve: robbies-razor"
      ]
    }
  ]
}