Back to AgentUtil Math

Card snapshot

math.agentutil.net · 2026-05-21 02:39:54 UTC · ac8ce4c726f430b4cb3c624fc03ba363f989da6f902a0e6dc8c486a6eb576b01

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": "AgentUtil Math",
  "description": "Expression evaluation, statistics, and percentage calculations for autonomous agents",
  "version": "1.0.0",
  "url": "https://math.agentutil.net",
  "capabilities": {
    "skills": [
      {
        "id": "evaluateExpression",
        "name": "Evaluate a math expression",
        "description": "Evaluate a math expression",
        "tags": [
          "math",
          "evaluateExpression"
        ]
      },
      {
        "id": "computeStatistics",
        "name": "Compute statistics for an array of numbers",
        "description": "Compute statistics for an array of numbers",
        "tags": [
          "math",
          "computeStatistics"
        ]
      },
      {
        "id": "percentageCalculation",
        "name": "Perform percentage calculations",
        "description": "Perform percentage calculations",
        "tags": [
          "math",
          "percentageCalculation"
        ]
      }
    ]
  },
  "endpoint": "https://math.agentutil.net",
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": {
    "type": "none",
    "note": "Free tier: 10 queries/day, no auth required"
  },
  "provider": {
    "organization": "AgentUtil",
    "url": "https://agentutil.net"
  }
}