Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List workflow states for a Linear team so issues can be moved to the right status
| Field | Value |
|---|---|
| Name | linear__list_workflow_states |
| Group | Integrations |
{
"type": "object",
"properties": {
"teamId": {
"type": "string",
"description": "Team ID"
}
},
"required": [
"teamId"
],
"description": "Input schema for the linear__list_workflow_states tool."
}