Basecamp
Project management and team collaboration tool by 37signals
Tools (142)
Complete To-Do
Tool to mark a to-do as completed in Basecamp. Use when you need to complete a to-do item.
Inputs: todo_id, bucket_id
Create Card in Column
Tool to create a new card in a column of a Basecamp card table. Use when you need to add a card to a card table column with optional content and due date.
Inputs: title, due_on, notify, content, bucket_id, column_id
Create Step in Card
Tool to create a step within a card in a Basecamp card table. Use when you need to add a subtask or checklist item to an existing card with optional due date and assignees.
Inputs: title, due_on, card_id, assignees, bucket_id
Create Chatbot
Tool to create a new chatbot in a Basecamp Campfire chat. Use when you need to add an automated bot to a chat room for posting messages and responding to commands.
Inputs: chat_id, bucket_id, command_url, service_name
Create Chatbot Line
Tool to post a message as a chatbot to a Basecamp Campfire. Use when you need to post messages via a chatbot integration without OAuth authentication.
Inputs: chat_id, content, bucket_id, chatbot_key
Create Document in Vault
Tool to create a new document in a Basecamp vault. Use when you need to publish a document in a specific project vault with title, HTML content, and optional publication status.
Inputs: title, status, content, vault_id, bucket_id
Create Project from Template
Tool to create a new project from a Basecamp template asynchronously. Use when you need to instantiate a project based on an existing template. Poll the returned URL to monitor construction progress until status becomes 'completed'.
Inputs: project, template_id
Create To-Do (Deprecated)
DEPRECATED: Use BASECAMP_POST_BUCKETS_TODOLISTS_TODOS instead. Tool to create a new to-do in a Basecamp to-do list. Use when you need to add a task with optional description, assignees, and due date.
Inputs: due_on, notify, content, bucket_id, starts_on, description, todolist_id, assignee_ids, completion_subscriber_ids
Create To-Do List Group
Tool to create a new to-do group within a parent to-do list in Basecamp. Use when organizing todos into groups with optional color coding.
Inputs: name, color, bucket_id, todolist_id
Create Upload in Vault
Tool to create a new upload (file) in a Basecamp vault. Use when you need to create an upload entry for a previously uploaded attachment in a specific project vault.
Inputs: vault_id, base_name, bucket_id, description, attachable_sgid
Create a Vault
Tool to create a new vault (folder) within an existing parent vault in a Basecamp project. Use when you need to organize documents and files hierarchically by creating nested vaults.
Inputs: title, vault_id, bucket_id
Delete Card Table Column On-Hold Section
Tool to remove the on-hold section from a card table column. Use when you need to delete the on-hold section from a column in a Basecamp project's card table.
Inputs: bucket_id, column_id
Unpin Recording
Tool to unpin a recording (message) in a Basecamp project. Use when you need to remove the pinned status from a message on a message board or project.
Inputs: bucket_id, recording_id
Delete Campfire Line
Tool to delete a Campfire line from a chat conversation. Use when removing a specific message from a Basecamp Campfire chat.
Inputs: chat_id, line_id, bucket_id
Delete Chatbot
Tool to delete a chatbot from a Campfire chat. Use when removing a chatbot from the account. Note: Deletion is account-wide and only account administrators can delete chatbots.
Inputs: chat_id, bucket_id, chatbot_id
Delete Message Type
Tool to delete a message type from a Basecamp project. Use when removing a custom message category. Permanently removes the specified message type.
Inputs: bucket_id, category_id
Delete Webhook
Tool to delete a webhook from a Basecamp project. Use when you need to remove a webhook subscription from a project. Permanently deletes the specified webhook.
Inputs: bucket_id, webhook_id
Get Cards from Card Table List
Tool to retrieve a paginated list of cards from a card table column. Use when you need to fetch cards from a specific list/column within a Basecamp project's card table.
Inputs: page, list_id, bucket_id
Get Message Categories
Tool to retrieve all message types (categories) from a Basecamp project. Use when you need to list all available message categories for organizing messages in a project.
Inputs: bucket_id
Get Campfire Chatbot Integrations
Tool to retrieve all chatbot integrations from a Campfire chat. Use when you need to get the list of chatbots accessible to the account with chat-specific line URLs for posting messages.
Inputs: chat_id, bucket_id
Get Campfire Lines
Tool to retrieve a paginated list of Campfire lines from a specific chat. Use when you need to fetch messages from a Campfire conversation in a Basecamp project.
Inputs: chat_id, bucket_id
Get Inbox Forwards
Tool to retrieve a paginated list of active email forwards from a project's inbox. Use when you need to fetch forwarded emails in a Basecamp inbox.
Inputs: inbox_id, bucket_id
Get Messages from Message Board
Tool to retrieve a paginated list of active messages from a message board in a Basecamp project. Use when you need to fetch messages from a specific message board.
Inputs: page, bucket_id, message_board_id
Get Question Answer by ID
Tool to retrieve a specific question answer by ID from a Basecamp project. Use when you need to fetch details about an automatic check-in question answer including its content, creator, and associated comments.
Inputs: answer_id, bucket_id
Get Questionnaire
Tool to retrieve a specific questionnaire (automatic check-ins) from a Basecamp project. Use when you need to fetch details about a questionnaire including its questions count and metadata.
Inputs: bucket_id, questionnaire_id
Get Questions from Questionnaire
Tool to retrieve a paginated list of questions from a questionnaire in a Basecamp project. Use when you need to fetch questions from a specific questionnaire.
Inputs: page, bucket_id, questionnaire_id
Get Question by ID
Tool to retrieve a specific check-in question by ID from a Basecamp project. Use when you already know the question ID and need its details without listing all questions from a questionnaire.
Inputs: bucket_id, question_id
Get Recording Events
Tool to retrieve a paginated list of events for a recording. Use when you need to fetch change history from a specific recording in a Basecamp project.
Inputs: bucket_id, recording_id
Get Schedule Entries
Tool to retrieve a paginated list of schedule entries from a schedule. Use when you need to fetch entries from a specific schedule in a Basecamp project.
Inputs: status, bucket_id, schedule_id
Get To-do List Groups
Tool to retrieve a paginated list of active groups from a to-do list in a Basecamp project. Use when you need to list all groups within a specific to-do list for organizing tasks.
Inputs: page, status, bucket_id, todolist_id
Get To-Dos from To-Do List
Tool to retrieve a paginated list of to-dos from a specific to-do list in a Basecamp project. Use when you need to fetch to-do items from a to-do list, optionally filtering by status or completion state.
Inputs: page, status, bucket_id, completed, todolist_id
Get To-Do by ID
Tool to retrieve a specific to-do by ID from a Basecamp project. Use when you need to fetch a single to-do item including its content, title, assignees, completion status, and dates.
Inputs: todo_id, bucket_id
Get Todoset To-Do Lists
Tool to retrieve a paginated list of to-do lists within a specific to-do set in a Basecamp project. Use when you need to fetch all to-do lists from a to-do set, optionally filtering by status.
Inputs: page, status, bucket_id, todoset_id
Get Upload by ID
Tool to retrieve a specific upload by ID from a Basecamp project vault. Use when you need to fetch details about an uploaded file including its metadata, download URL, and dimensions.
Inputs: bucket_id, upload_id
Get Vault from Project
Tool to retrieve a specific vault from a Basecamp project. Use when you need details about a vault including its documents, uploads, and nested vaults.
Inputs: vault_id, bucket_id
Get Documents from Vault
Tool to retrieve a paginated list of active documents from a vault in a Basecamp project. Use when you need to fetch all documents stored in a specific vault.
Inputs: page, vault_id, bucket_id
Get Uploads from Vault
Tool to retrieve a paginated list of active uploads from a vault in a Basecamp project. Use when you need to fetch all uploaded files stored in a specific vault.
Inputs: page, vault_id, bucket_id
Get Vaults from Parent Vault
Tool to retrieve a paginated list of vaults nested within a parent vault in a Basecamp project. Use when you need to fetch child vaults from a specific vault.
Inputs: vault_id, bucket_id
Get Project Webhooks
Tool to retrieve all webhooks configured for a Basecamp project. Use when you need to list all webhook configurations including their payload URLs, event types, and active status.
Inputs: page, bucket_id
Get Campfire
Tool to retrieve a specific Campfire (chat room) by ID from a Basecamp project. Use when you need to get complete Campfire details including metadata, URLs, topic, and creator information.
Inputs: bucket_id, campfire_id
Get Campfire Line
Tool to retrieve a specific Campfire line by ID from a Basecamp project. Use when you need to fetch a single message from a chat transcript.
Inputs: chat_id, line_id, bucket_id
Get a specific card by ID
Tool to get a specific card by ID from a card table. Use when you need to retrieve complete card details including title, description, status, assignees, steps, and metadata.
Inputs: card_id, bucket_id
Get card table (Kanban board)
Tool to retrieve a card table (Kanban board) for a project. Use when you need to fetch information about a specific card table including its columns, cards count, and subscribers.
Inputs: bucket_id, card_table_id
Get Card Table Column
Tool to get a specific column from a card table within a Basecamp project. Use when you need to fetch details about a card table column by its ID.
Inputs: bucket_id, column_id
Get Chatbot by ID
Tool to get a specific chatbot by ID from a Basecamp Campfire chat. Use when you need to retrieve details about a chatbot, including its service name, command URL, and lines URL.
Inputs: chat_id, bucket_id, chatbot_id
Get Chats
Tool to retrieve a paginated list of all active Campfires (chats) visible to the current user. Use when you need to list all available chat rooms in Basecamp.
Get Circles People
Tool to retrieve all people on this Basecamp account who can be pinged. Use when you need to get a list of all pingable users in the account.
Inputs: page
Get Comment
Tool to retrieve a specific comment by ID from a Basecamp project. Use when you need to fetch details about a particular comment including its content, creator, and parent resource.
Inputs: bucket_id, comment_id
Get Document by ID
Tool to get a specific document by ID from a Basecamp project bucket. Use when you need to retrieve complete document details including title, content, creator, metadata, and comments count.
Inputs: bucket_id, document_id
Get Inbox
Tool to get the inbox (email forwards) for a Basecamp project. Use when you need to retrieve details about a specific inbox including its forwards count and metadata.
Inputs: inbox_id, bucket_id
Get Message by ID
Tool to retrieve a specific message by ID from a Basecamp project message board. Use when you need to fetch details of a single message including its content, author, and metadata.
Inputs: bucket_id, message_id
Get Message Board
Tool to get the message board for a project. Use when you need to retrieve details about a specific message board including its title, creator, message count, and URLs.
Inputs: bucket_id, message_board_id
Get Message Type by ID
Tool to retrieve a specific message type by ID from a Basecamp project. Use when you need details about a specific message type/category.
Inputs: bucket_id, category_id
Get My Profile
Tool to retrieve the current user's personal info including profile details, permissions, and settings. Use when you need to get information about the authenticated user.
Get All People
Tool to retrieve all people visible to the current user in the Basecamp account. Use when you need to list users, check permissions, or get contact information for team members.
Inputs: page
Get Person by ID
Tool to retrieve the profile for a specific user by their ID. Use when you need to get detailed information about a specific person in the Basecamp account.
Inputs: person_id
Get Project
Tool to retrieve a specific project by its ID with complete details. Use when you need to get comprehensive information about a particular project including its status, metadata, and dock tools configuration.
Inputs: project_id
Get Projects
Tool to retrieve a paginated list of projects visible to the current user, sorted by most recently created first. Use when you need to list all projects, filter by status (active/archived/trashed), or access project details.
Inputs: status, account_id
Get Project by ID
Tool to retrieve a single project by its ID with full details including dock tools. Use when you need to get information about a specific project that the user has access to.
Inputs: project_id
Get Projects People
Tool to retrieve all active people assigned to a Basecamp project. Use when you need to list all members who have access to a specific project.
Inputs: project_id
Get Projects Recordings
Tool to retrieve a paginated list of records for a given type of recording across projects. Use when you need to list recordings of a specific type (Message, Document, Todo, etc.) with optional filtering by project, status, and sorting.
Inputs: sort, bucket, status, direction, recording_type
Get Timesheet Report
Tool to retrieve all timesheet entries across the Basecamp account within a given timeframe. Use when you need to generate time reports, track hours logged, or analyze time entries by person or project. Without date parameters, returns only the last month of entries.
Inputs: end_date, bucket_id, person_id, start_date
Get Schedule for Project
Tool to retrieve schedule details for a specific project. Use when you need information about a schedule including entries count and configuration.
Inputs: bucket_id, schedule_id
Get Schedule Entry
Tool to get a specific schedule entry by ID from a Basecamp project. Use when you need to retrieve details about a scheduled event including its time, participants, and metadata.
Inputs: entry_id, bucket_id
Get Subscription
Tool to get subscription information for a recording. Use when you need to check subscription status, view subscriber count, or get detailed information about all subscribers for a specific recording.
Inputs: bucket_id, recording_id
Get Templates
Tool to retrieve a paginated list of active templates visible to the current user, sorted by most recently created first. Use when you need to list templates or filter by status (active/archived/trashed).
Inputs: page, status
Get Template by ID
Tool to retrieve a single template by its ID with full details including dock tools. Use when you need to get information about a specific template that the user has access to.
Inputs: template_id
Get Project Construction Status
Tool to retrieve the status of a project construction from a template. Use when you need to monitor the progress of a project being created from a template. Can be polled at intervals (no more than once per second) to track construction status.
Inputs: template_id, construction_id
Get To-Do by ID
Tool to retrieve a specific to-do by ID from a Basecamp project. Use when you need to fetch detailed information about a single to-do item including its content, title, assignees, completion status, dates, and parent relationships.
Inputs: todo_id, bucket_id
Get To-Do List
Tool to retrieve a specific to-do list from a Basecamp project by its ID. Use when you need to get details about a to-do list including its title, description, completion status, and URLs for todos and groups.
Inputs: bucket_id, todolist_id
Get To-Do Set
Tool to retrieve a specific to-do set from a Basecamp project. Use when you need to get details about a to-do set, including its completion status and to-do lists count.
Inputs: bucket_id, todoset_id
Get Upload
Tool to get a specific upload by ID from a Basecamp project. Use when you need to retrieve details about an uploaded file including metadata, download URL, and dimensions.
Inputs: bucket_id, upload_id
Get Webhook by ID
Tool to retrieve a specific webhook by ID from a Basecamp project. Use when you need details about a webhook including its delivery history.
Inputs: bucket_id, webhook_id
List Chatbots
Tool to get all chatbots for a chat/campfire. Use when you need to retrieve the list of chatbot integrations with their line URLs for posting messages.
Inputs: chat_id, bucket_id
List Comments
Tool to get all comments on a recording in a Basecamp project. Use when you need to retrieve the list of active comments with their content, creators, and metadata.
Inputs: page, bucket_id, recording_id
List Message Types
Tool to retrieve all message types in a Basecamp project. Use when you need to list all available message types for organizing messages in a project.
Inputs: bucket_id
List Project People
Tool to get all people on a specific Basecamp project. Use when you need to retrieve the list of active members who have access to a particular project.
Inputs: page, project_id
List To-Do Lists in To-Do Set
Tool to get all to-do lists in a to-do set within a Basecamp project. Use when you need to retrieve all to-do lists from a specific to-do set, optionally filtering by status (archived or trashed).
Inputs: page, status, bucket_id, todoset_id
List Uploads from Vault
Tool to retrieve all active uploads from a vault in a Basecamp project. Use when you need to list all uploaded files stored in a specific vault.
Inputs: page, vault_id, bucket_id
Move Card to Column
Tool to move a card to a different column within a Basecamp card table. Use when you need to relocate a card from one column to another in a project.
Inputs: card_id, bucket_id, column_id
Reorder Card Table Column
Tool to reorder columns within a Basecamp card table. Use when you need to change the position of a column in a card table by specifying the column to move and its new position.
Inputs: position, bucket_id, source_id, target_id, card_table_id
Pin Message
Tool to pin a message to the top of the message board. Use when you need to feature a message prominently at the top of a message board in a project.
Inputs: bucket_id, message_id
Upload File Attachment
Tool to upload a file to Basecamp system. Use when you need to upload a file to get an attachable_sgid reference for use in other operations like creating messages or todos with attachments.
Inputs: file
Move Card to Column
Tool to move a card to a different column within a Basecamp card table. Use when you need to relocate a card from one column to another in a project.
Inputs: card_id, bucket_id, column_id
Reposition Step in Card
Tool to reposition a step within a card in a Basecamp card table. Use when you need to change the order of steps/subtasks within a card by moving a step to a specific position.
Inputs: card_id, position, bucket_id, source_id
Create Card Table Column
Tool to create a column within a Basecamp card table. Use when you need to add a new column to organize cards in a card table project.
Inputs: title, bucket_id, description, card_table_id
Create On-Hold Section in Column
Tool to create an on-hold section in a card table column. Use when you need to add an on-hold area to organize cards that are temporarily paused or waiting.
Inputs: bucket_id, column_id
Create Message Category
Tool to create a new message type (category) in a Basecamp project. Use when you need to create a custom message category for organizing different types of messages in a project.
Inputs: icon, name, bucket_id
Create Campfire Line
Tool to create a line in a Basecamp Campfire chat. Use when you need to post a message to a specific Campfire chat within a project.
Inputs: chat_id, content, bucket_id
Create Message on Message Board
Tool to publish a message to a Basecamp message board within a project. Use when you need to create a new message with optional rich HTML content and subscriptions.
Inputs: status, content, subject, bucket_id, category_id, subscriptions, message_board_id
Create Comment on Recording
Tool to publish a comment on a recording within a Basecamp project. Use when you need to add a comment with rich text to any recording such as a todolist, message, or document.
Inputs: content, bucket_id, account_id, recording_id
Pin Recording
Tool to pin a recording (message) in a Basecamp project. Use when you need to feature a message prominently at the top of a message board or project.
Inputs: bucket_id, recording_id
Subscribe to Recording
Tool to subscribe the current user to a recording for notifications. Use when you need to start watching/subscribing to a specific recording to receive notifications for new comments.
Inputs: bucket_id, recording_id
Create Schedule Entry
Tool to create a schedule entry in a Basecamp schedule within a project. Use when you need to add a new event with start/end times and optional participants.
Inputs: notify, all_day, ends_at, summary, bucket_id, starts_at, description, schedule_id, participant_ids
Create Comment on To-Do List
Tool to add a comment to a to-do list in a Basecamp project. Use when you need to comment on a todolist with feedback, updates, or discussions. All subscribers to the to-do list will be notified.
Inputs: content, bucket_id, todolist_id
Create To-Do in To-Do List
Tool to create a to-do in a Basecamp to-do list within a project. Use when you need to add a new to-do item with optional description, assignees, and due date.
Inputs: due_on, notify, content, bucket_id, starts_on, description, todolist_id, assignee_ids, completion_subscriber_ids
Comment on To-Do
Tool to add a comment to a to-do in a Basecamp project. Use when you need to add feedback, updates, or discussion to a specific to-do item.
Inputs: content, todo_id, bucket_id
Create To-Do List in To-Do Set
Tool to create a new to-do list in a Basecamp to-do set within a project. Use when you need to add a new to-do list with optional HTML description.
Inputs: name, bucket_id, todoset_id, description
Create Webhook
Tool to create a new webhook subscription for a Basecamp project. Use when you need to receive event notifications at a specified HTTPS endpoint for project activities.
Inputs: types, bucket_id, payload_url
Create Campfire Line via Chatbot
Tool to create a line in a Basecamp Campfire chat using a chatbot key. Use when you need to post messages via a chatbot integration without OAuth authentication.
Inputs: chat_id, content, bucket_id, chatbot_key, content_param
Create Lineup Marker
Tool to create an account-wide marker that shows up in the Lineup. Use when you need to add a visual marker to highlight important dates or milestones across all projects.
Inputs: date, name
Create New Project
Tool to create a new project in Basecamp with a name and optional description. Use when you need to set up a new project workspace for team collaboration.
Inputs: name, description
Create New Template
Tool to create a new template in Basecamp with a name and optional description. Use when you need to set up a reusable project template for standardizing workflows.
Inputs: name, description
Update Card Table Column Color
Tool to update a card table column's visual color designation in a Basecamp project. Use when you need to change the color of a specific column for better visual organization.
Inputs: color, bucket_id, column_id
Update Card Table Step
Tool to update an existing card table step in Basecamp. Use when you need to modify a step's title, due date, or assignees. Omitted parameters remain unchanged.
Inputs: title, due_on, step_id, assignees, bucket_id
Mark Step Completion Status
Tool to mark a card table step as completed or uncompleted in Basecamp. Use when you need to toggle the completion status of a step by setting completion to "on" or "off".
Inputs: step_id, bucket_id, completion
Update Message Category
Tool to update an existing message type (category) in a Basecamp project. Use when you need to modify the name or icon of a message category.
Inputs: icon, name, bucket_id, category_id
Update Chatbot Integration
Tool to update an existing chatbot integration in a Basecamp Campfire chat. Use when you need to change the service name or command URL of a chatbot.
Inputs: chat_id, bucket_id, command_url, service_name, integration_id
Update Comment
Tool to update comment content in a Basecamp project. Use when you need to modify the content of an existing comment.
Inputs: content, bucket_id, comment_id
Update Document in Bucket
Tool to update an existing document in a Basecamp project bucket. Use when you need to modify a document's title, content, or both. Omitted parameters remain unchanged.
Inputs: title, content, bucket_id, document_id
Update Message
Tool to update a message's subject, content, or category in a Basecamp project. Use when you need to modify an existing message's title, body text, or categorization.
Inputs: content, subject, bucket_id, message_id, category_id
Update Recording Client Visibility
Tool to update client visibility for a recording in Basecamp. Use when you need to show or hide a recording from clients. Returns 403 if the recording inherits visibility from parent resource.
Inputs: bucket_id, recording_id, visible_to_clients
Unarchive Recording
Tool to unarchive a recording in a Basecamp project by marking it as active. Use when you need to restore an archived recording to make it visible again in the project.
Inputs: bucket_id, recording_id
Archive Recording
Tool to mark a recording as archived in a Basecamp project. Use when you need to archive a recording to remove it from active view while preserving it for reference.
Inputs: bucket_id, recording_id
Trash Recording
Tool to mark a recording as trashed in a Basecamp project. Use when you need to move a recording to trash without permanently deleting it.
Inputs: bucket_id, recording_id
Update Recording Subscription
Tool to update recording subscriptions by adding or removing subscribers. Use when you need to manage who receives notifications for a specific recording. At least one of subscriptions or unsubscriptions must be provided.
Inputs: bucket_id, recording_id, subscriptions, unsubscriptions
Update Schedule Entry
Tool to update an existing schedule entry in a Basecamp schedule. Use when you need to modify an entry's title, times, description, or participants. Omitted parameters remain unchanged.
Inputs: notify, all_day, ends_at, summary, entry_id, bucket_id, starts_at, description, participant_ids
Update Schedule Configuration
Tool to update a schedule configuration in a Basecamp project. Use when you need to change whether the schedule includes due assignments from to-dos, cards and steps.
Inputs: bucket_id, schedule_id, include_due_assignments
Reposition To-Do List Group
Tool to reposition a to-do list group within its parent to-do list in a Basecamp project. Use when you need to change the order of to-do list groups by moving a group to a specific position.
Inputs: group_id, position, bucket_id
Update To-Do in Bucket
Tool to update an existing to-do in a Basecamp project. Use when you need to modify a to-do's content, description, assignees, dates, or notification settings. Note: Pass all existing parameters along with those being updated to prevent clearing values.
Inputs: due_on, notify, content, todo_id, bucket_id, starts_on, description, assignee_ids, completion_subscriber_ids
Reposition To-Do
Tool to change the position of a to-do within its list in a Basecamp project. Use when you need to reorder to-dos by moving a specific to-do to a new position.
Inputs: todo_id, position, bucket_id
Update Upload in Bucket
Tool to update an existing upload in a Basecamp project bucket. Use when you need to modify an upload's description or filename. Omitted parameters remain unchanged.
Inputs: base_name, bucket_id, upload_id, description
Update Vault Title
Tool to update a vault's title in a Basecamp project. Use when you need to rename a vault within a specific project bucket.
Inputs: title, vault_id, bucket_id
Update Webhook
Tool to update an existing webhook in a Basecamp project. Use when you need to modify the webhook's URL, event types, or active status.
Inputs: types, active, bucket_id, webhook_id, payload_url
Update Project
Tool to update an existing project's name, description, access policy, or schedule in Basecamp. Use when you need to modify project details or settings. Note: name parameter is required; schedule dates must be provided as pairs (both start_date and end_date).
Inputs: name, admissions, project_id, description, schedule_attributes
Grant or Revoke Project Access
Tool to grant or revoke project access for users in Basecamp. Use when you need to add existing users to a project, create new users with access, or remove users from a project. At least one of grant, revoke, or create must be provided.
Inputs: grant, create, revoke, project_id
Update Template
Tool to update a template's name and description in Basecamp. Use when you need to modify template metadata. Omitted parameters remain unchanged.
Inputs: name, description, template_id
Reposition Card Step
Tool to change the position of a step within a card. Use when you need to reorder steps in a card table card by moving a step to a specific position.
Inputs: card_id, position, bucket_id, source_id
Trash Project
Tool to mark a Basecamp project as trashed. Use when you need to trash a project. Trashed projects will be permanently deleted after 30 days.
Inputs: project_id
Trash Template
Tool to mark a template as trashed in Basecamp. Use when you need to soft-delete a template; it will be permanently removed after 30 days.
Inputs: template_id
Uncomplete To-Do
Tool to mark a to-do as uncompleted in Basecamp. Use when you need to reverse the completion status of a completed to-do item.
Inputs: todo_id, bucket_id
Unpin Message
Tool to unpin a message from the message board. Use when you need to remove the pinned status from a message that was previously pinned to the top of a message board.
Inputs: bucket_id, message_id
Unsubscribe Current User from Recording
Tool to unsubscribe the current user from a recording. Use when you need to stop receiving notifications for a specific recording. This is an idempotent operation that returns success even if the user wasn't previously subscribed.
Inputs: bucket_id, recording_id
Stop Watching Card Table Column
Tool to stop watching a card table column. Use when you want to unsubscribe from a specific column and no longer receive notifications about changes to it.
Inputs: bucket_id, column_id
Update Card
Tool to update a card's details in a Basecamp card table. Use when you need to modify a card's title, content, due date, or assignees.
Inputs: title, due_on, card_id, content, bucket_id, assignee_ids
Update Card Table Column
Tool to update a card table column's properties in a Basecamp project. Use when you need to modify a column's title or description.
Inputs: title, bucket_id, column_id, description
Update Document
Tool to update an existing document's title or content in a Basecamp project. Use when you need to modify document title, content, or both.
Inputs: title, content, bucket_id, document_id
Update To-Do
Tool to update a to-do's content, assignees, or due date in a Basecamp project. Use when you need to modify an existing to-do item. Pass all existing parameters along with those being updated to prevent clearing values.
Inputs: due_on, notify, content, todo_id, bucket_id, starts_on, description, assignee_ids, completion_subscriber_ids
Update To-Do List
Tool to update a to-do list's name or description in a Basecamp project. Use when you need to modify an existing to-do list's title or HTML description. Pass all existing parameters along with those being updated to prevent clearing values.
Inputs: name, bucket_id, description, todolist_id
Update Vault Title
Tool to update a vault's title in a Basecamp project. Use when you need to rename a vault within a specific project bucket.
Inputs: title, vault_id, bucket_id
Validate Credential
Validates Basecamp API credentials by verifying the OAuth token and retrieving authorization details. Returns user identity, token expiration, and accessible accounts. Use this action when you need to verify that API credentials are valid and working correctly before making other API calls.
Watch Card Table Column
Tool to start watching a card table column in a Basecamp project. Use when you need to subscribe to a specific column to receive notifications about changes.
Inputs: bucket_id, column_id