linear_archiveInitiative
Archive specific initiatives in Linear by providing the initiative ID, enabling efficient project management and organized workflows within the MCP server environment.
Instructions
Archive an initiative
Input Schema
Name | Required | Description | Default |
---|---|---|---|
initiativeId | Yes | The ID of the initiative to archive |
Input Schema (JSON Schema)
{
"properties": {
"initiativeId": {
"description": "The ID of the initiative to archive",
"type": "string"
}
},
"required": [
"initiativeId"
],
"type": "object"
}