Skip to main content
Glama

Basecamp MCP Server

create_todo

Add a new task to a Basecamp to-do list with specified content, description, and due date for project management.

Instructions

Create a new to-do in the given list.

Input Schema

NameRequiredDescriptionDefault
contentYes
descriptionNo
due_onNo
project_idYes
todolist_idYes

Input Schema (JSON Schema)

{ "properties": { "content": { "type": "string" }, "description": { "type": "string" }, "due_on": { "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "project_id": { "type": "integer" }, "todolist_id": { "type": "integer" } }, "required": [ "project_id", "todolist_id", "content" ], "type": "object" }

Other Tools from Basecamp MCP Server

Related Tools

    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/craigashields/basecamp-mcp'

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