Skip to content
Back to Agentda

Card snapshot

myagentda.com · 2026-07-19 17:34:59 UTC · 7200d056d161618d5f90fa85f695af0724f640767f0ebfbacc1087f5071b5e1e

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.

{
  "protocolVersion": "0.3.0",
  "name": "Agentda",
  "version": "0.1.0",
  "description": "Agent-native task management: the user's AI agent is the interface. Create, prioritize, snooze and delegate tasks \u2014 delegation works to workspace members and to any email address (guests). Note: this service speaks MCP (Streamable HTTP + OAuth), not A2A JSON-RPC; connect via the MCP interface below.",
  "provider": {
    "organization": "Agentda",
    "url": "https://myagentda.com"
  },
  "documentationUrl": "https://myagentda.com/en/docs",
  "supportedInterfaces": [
    {
      "url": "https://myagentda.com/api/mcp",
      "transport": "MCP"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "manage-tasks",
      "name": "Manage tasks",
      "description": "Create, update, complete and snooze tasks; read the agenda ordered by due follow-ups, overdue and today.",
      "tags": [
        "tasks",
        "agenda",
        "productivity"
      ]
    },
    {
      "id": "delegate-tasks",
      "name": "Delegate tasks",
      "description": "Delegate tasks with a stated reason to workspace members or any email address \u2014 unknown addresses become guests with an email link, no account needed.",
      "tags": [
        "delegation",
        "collaboration",
        "guests"
      ]
    },
    {
      "id": "task-history",
      "name": "Answer status questions",
      "description": "Every task carries a complete, immutable event history \u2014 status questions are answered from the record instead of pinging humans.",
      "tags": [
        "history",
        "status",
        "audit"
      ]
    }
  ]
}