Skip to main content
Glama

Basecamp MCP Server

by jhliberty

get_todos

Retrieve todos from a specific todo list in Basecamp by providing the project ID and todo list ID. Simplifies task management through direct API integration.

Instructions

Get todos from a todo list

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID
todolist_idYesThe todo list ID

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "Project ID", "type": "string" }, "todolist_id": { "description": "The todo list ID", "type": "string" } }, "required": [ "project_id", "todolist_id" ], "type": "object" }

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

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