get_card_table
Retrieve card table details for a specific project by providing the project ID. Integrates with Basecamp 3 to manage project-related data efficiently.
Instructions
Get the card table details for a project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | The project ID |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "The project ID",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}