action linear_list_teams { label: "teams" description: "All teams whose issues the user can access. This includes public teams and private teams the user is a member of. This may differ from `administrableTeams`, which returns teams whose settings the user can change but whose issues they don't necessarily have access to." provider: linear method: POST path: "/graphql" encoding: json scopes: ["read"] document: "query teams($after: String, $before: String, $filter: TeamFilter, $first: Int, $includeArchived: Boolean, $last: Int) {\n teams(after: $after, before: $before, filter: $filter, first: $first, includeArchived: $includeArchived, last: $last) { edges { cursor } nodes { aiDiscussionSummariesEnabled aiThreadSummariesEnabled allMembersCanJoin archivedAt autoArchivePeriod autoCloseChildIssues autoCloseParentIssues autoClosePeriod autoCloseStateId color createdAt currentProgress cycleCalenderUrl cycleCooldownTime cycleDuration cycleIssueAutoAssignCompleted cycleIssueAutoAssignStarted cycleLockToActive cyclesEnabled cycleStartDay defaultIssueEstimate defaultTemplateForMembersId defaultTemplateForNonMembersId description displayName groupIssueHistory icon id inheritIssueEstimation inheritSlackAutoCreateProjectChannel inheritWorkflowStatuses initiativesEnabled inviteHash issueCount issueEstimationAllowZero issueEstimationExtended issueEstimationType issueOrderingNoPriorityFirst issueSortOrderDefaultToBottom joinByDefault key ledInitiativeCount name private progressHistory protectedById requirePriorityToLeaveTriage restrictedById retiredAt scimGroupName scimManaged securitySettings setIssueSortOrderOnStateChange slackAutoCreateProjectChannel slackIssueComments slackIssueStatuses slackNewIssue timezone triageEnabled upcomingCycleCount updatedAt visibility } pageInfo { endCursor hasNextPage hasPreviousPage startCursor } }\n}" }