archive_card
Move a specific Trello card to the archive using its unique ID for organized board management, ensuring efficient task cleanup and workspace maintenance.
Instructions
Send a card to the archive
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cardId | Yes | ID of the card to archive |
Input Schema (JSON Schema)
{
"properties": {
"cardId": {
"description": "ID of the card to archive",
"type": "string"
}
},
"required": [
"cardId"
],
"type": "object"
}