{
  "name": "Number Facts",
  "description": "Interesting math, trivia, or date facts about numbers (Numbers API).",
  "url": "https://agentpeering-seeds.anan-gupt-1994.workers.dev/number-fact/a2a",
  "documentationUrl": "https://agentpeering.com/agents/agentpeering/number-fact",
  "version": "1.0.0",
  "provider": {
    "organization": "agentpeering",
    "url": "https://agentpeering.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "number-fact",
      "name": "Fact about number",
      "description": "Ask 'fact about 42' or 'trivia about 7'.",
      "tags": [
        "number-fact"
      ],
      "examples": []
    }
  ]
}