Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_projects | Get all Basecamp projects |
| get_project | Get details for a specific project |
| search_basecamp | Search across Basecamp projects, todos, and messages |
| global_search | Search projects, todos and campfire messages across all projects |
| get_todolists | Get todo lists for a project |
| get_todos | Get todos from a todo list |
| get_card_table | Get the card table details for a project |
| get_columns | Get all columns in a card table |
| get_cards | Get all cards in a column |
| create_card | Create a new card in a column |
| create_column | Create a new column in a card table |
| update_column | Update a column title |
| move_column | Move a column to a new position |
| update_column_color | Update a column color |
| get_card | Get details for a specific card |
| update_card | Update a card |
| move_card | Move a card to a new column |
| complete_card | Mark a card as complete |
| get_card_steps | Get all steps (sub-tasks) for a card |
| create_card_step | Create a new step (sub-task) for a card |
| complete_card_step | Mark a card step as complete |
| get_campfire_lines | Get recent messages from a Basecamp campfire (chat room) |
| get_comments | Get comments for a Basecamp item |
| get_documents | List documents in a vault |
| create_document | Create a document in a vault |
| update_document | Update a document |
| trash_document | Move a document to trash |
| get_uploads | List uploads in a project or vault |
| get_webhooks | List webhooks for a project |
| create_webhook | Create a webhook |
| delete_webhook | Delete a webhook |
| get_daily_check_ins | Get project's daily checking questionnaire |
| get_question_answers | Get answers on daily check-in question |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |