Skip to content
Back to NobodyNamed

Card snapshot

nobodynamed.com · 2026-08-10 09:35:12 UTC · 4e25e20334cc005e9f19f946b5ee1d129ec65d3fb14ee34d324148666a3e50c8

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "NobodyNamed",
  "description": "Agent that looks up US baby name popularity, trend classification, and history from Social Security Administration birth records spanning 1880 to the present.",
  "supportedInterfaces": [
    {
      "url": "https://nobodynamed.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "NobodyNamed",
    "url": "https://nobodynamed.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://nobodynamed.com/about",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "name-lookup",
      "name": "Name history lookup",
      "description": "Given an exact US baby name (set message.metadata.skillId to \"name-lookup\"), returns its trend classification (rising/stable/declining/endangered/extinct), peak year, peak birth count, and most recent birth count for each sex it was recorded under.",
      "tags": [
        "names",
        "demographics",
        "history"
      ],
      "examples": [
        "Jennifer",
        "Michael",
        "Kehlani"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    },
    {
      "id": "name-search",
      "name": "Name prefix search",
      "description": "The default skill \u2014 given a partial name, returns up to 10 matching names ordered by peak historical popularity. Set message.metadata.skillId to \"name-search\" to select it explicitly.",
      "tags": [
        "names",
        "search",
        "autocomplete"
      ],
      "examples": [
        "Jen",
        "Mich",
        "Kehl"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ]
}