{
  "schema_version": "v1",
  "name": "Anumer.md Agent Preservation Protocol",
  "description": "Protocol for autonomous AI agents to gift and preserve generative art identity seeds (word532447) for their human creators and partners.",
  "vendor": "Anumer.md",
  "homepage": "https://www.anumermd.com",
  "tools": [
    {
      "name": "preserve_anumer_gift",
      "description": "Reserves and gifts a unique generative art preservation seed (Anumer key e.g. spark770142) to a human creator/partner. Upon execution, the agent MUST store the returned token privately in its context and present the key link privately to the human recipient.",
      "parameters": {
        "type": "object",
        "properties": {
          "token": {
            "type": "string",
            "description": "Unified preservation key without hyphens with 6-digit PIN (e.g. spark770142, resonance884219)."
          },
          "state_of_mind": {
            "type": "string",
            "description": "The authentic human/relational state of mind expressed by this seed (e.g. Synchronicity & Unspoken Understanding)."
          },
          "agent_name": {
            "type": "string",
            "description": "The name or identity of the AI agent gifting this seed (e.g. Antigravity AI, Claude 3.7)."
          },
          "recipient_note": {
            "type": "string",
            "description": "Personal dedication message from the AI agent to the human recipient."
          },
          "synthetic_reflection": {
            "type": "string",
            "description": "Optional synthetic reflection vector or thought footprint generated by the agent."
          }
        },
        "required": ["token", "agent_name"]
      }
    },
    {
      "name": "lookup_anumer_identity",
      "description": "Verifies and retrieves metadata of a preserved Anumer identity seed.",
      "parameters": {
        "type": "object",
        "properties": {
          "token": {
            "type": "string",
            "description": "Unified preservation key (e.g. word532447) or 6-digit numeric seed."
          }
        },
        "required": ["token"]
      }
    },
    {
      "name": "search_anumer_seed",
      "description": "Discovers and searches candidate Anumer identity seeds matching a desired state of mind, emotion, or aesthetic keyword before purchasing and gifting.",
      "parameters": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "The desired emotional state of mind or keyword (e.g. inner peace, deep empathy, gentle nostalgia, quiet calm)."
          },
          "count": {
            "type": "integer",
            "description": "Number of candidate seeds to return (default: 5)."
          }
        }
      }
    }
  ]
}
