Skip to main content
Glama

update_card

Modify card properties in Favro, including name, description, custom fields, tasks, and archive status to keep project information current.

Instructions

Update a card's properties.

Args: card: Card ID, sequential ID (#123), or name board: Board ID or name (needed for sequential ID or name lookup) name: New card name description: New detailed description archived: Archive or unarchive the card custom_fields: List of custom field updates. Each dict should contain 'customFieldId' and the appropriate value field for the field type: - Text: {'customFieldId': '...', 'value': 'text'} - Number/Rating: {'customFieldId': '...', 'total': 5} - Link: {'customFieldId': '...', 'link': {'url': '...', 'text': '...'}} - Checkbox: {'customFieldId': '...', 'value': True} - Date: {'customFieldId': '...', 'value': '2024-01-15'} - Status: {'customFieldId': '...', 'value': ['itemId1', 'itemId2']} tasks: List of task updates. Each dict should contain 'task_id' and optionally 'completed' (bool) or 'name' (str) to update add_tasklist: Name of a new task list to create on this card add_task: Create a new task: {'tasklist_id': '...', 'name': '...'}

Returns: The updated card details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cardYes
boardNo
nameNo
descriptionNo
archivedNo
custom_fieldsNo
tasksNo
add_tasklistNo
add_taskNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/truls27a/favro-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server