get-default-workflow
Retrieve the default workflow for a specific team or the global default when no team is specified, streamlining project setup and management within the Shortcut MCP Server environment.
Instructions
Get the default workflow for a specific team or the global default if no team is specified.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
teamPublicId | No | The public ID of the team to get the default workflow for. |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"teamPublicId": {
"description": "The public ID of the team to get the default workflow for.",
"type": "string"
}
},
"type": "object"
}