{
  "serverInfo": {
    "name": "StaffToDo",
    "version": "2026-09-04"
  },
  "name": "StaffToDo",
  "homepage_url": "https://portal.stafftodo.com",
  "description": "Sign in to StaffToDo to assign work, set deadlines, collect proof, and track completion across small teams.",
  "endpoint": "https://portal.stafftodo.com/mcp",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://portal.stafftodo.com/mcp"
  },
  "contact": "mailto:support@stafftodo.com",
  "authorization": {
    "type": "oauth2",
    "authorization_servers": [
      "https://portal.stafftodo.com"
    ],
    "resource_metadata": "https://portal.stafftodo.com/.well-known/oauth-protected-resource/mcp",
    "scopes": [
      "read",
      "write"
    ],
    "personal_key_page": "https://portal.stafftodo.com/connected-apps",
    "notes": "Every tool runs as the signed-in StaffToDo person with their own workspace role. Owners and admins see the whole team; staff see what the portal shows them."
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools_discovery": "tools/list after sign-in",
  "tool_areas": [
    "tasks: list, get, create, subtasks, edit, delegate, complete, delete",
    "comments: list, add with mentions",
    "people: list staff, add staff, enable or disable",
    "departments: list, create, rename, archive or restore, membership",
    "schedules: repeating tasks, temporary cover",
    "analytics: daily team report (owner and admin)"
  ],
  "private_data_policy": "Public discovery files describe product capabilities only. They do not expose customer workspace data, task text, users, setup codes, tokens, attachments, or authenticated API schemas."
}
