Skip to main content
List teams in an Asana workspace

Tool details

FieldValue
Nameasana__list_teams
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "workspaceGid": {
      "type": "string",
      "description": "Workspace GID"
    },
    "limit": {
      "type": "number",
      "description": "Maximum teams to return"
    },
    "offset": {
      "type": "string",
      "description": "Pagination offset from Asana"
    },
    "opt_fields": {
      "type": "string",
      "description": "Comma-separated team fields"
    }
  },
  "required": [
    "workspaceGid"
  ],
  "description": "Input schema for the asana__list_teams tool."
}

Output schema

This tool does not publish an output schema.