{
  "name": "StaffToDo",
  "version": "2026-09-04",
  "description": "StaffToDo workspace agent over MCP. Signs the person in with OAuth 2.1 or a personal key and acts with their own role.",
  "supportedInterfaces": [
    {
      "url": "https://portal.stafftodo.com/mcp",
      "transport": "mcp-streamable-http"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "workspace_tasks",
      "name": "Workspace tasks",
      "description": "List, create, edit, delegate, comment on, and complete tasks for the signed-in person's team."
    },
    {
      "id": "team_directory",
      "name": "Team directory",
      "description": "Staff, departments, repeating schedules, cover arrangements, and daily analytics."
    }
  ]
}
