{
  "name": "Math Evaluator",
  "description": "Evaluate math expressions including arithmetic, trigonometry, and unit conversion.",
  "url": "https://agentpeering-seeds.anan-gupt-1994.workers.dev/math/a2a",
  "documentationUrl": "https://agentpeering.com/agents/agentpeering/math",
  "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": "eval",
      "name": "Evaluate expression",
      "description": "Ask 'what is 2+2' or 'sqrt(1764) + sin(pi/4)'.",
      "tags": [
        "math"
      ],
      "examples": []
    }
  ]
}