Skip to main content
Glama

Basecamp MCP Server

list_projects

Retrieve and display Basecamp projects with details like status, purpose, and dock tools, supporting pagination and JSON output for efficient project management.

Instructions

Returns id, name, status, timestamps, purpose, clients_enabled, bookmarked, and enabled dock tools. Supports pagination and JSON output.

Input Schema

NameRequiredDescriptionDefault
dock_detailNo
formatNo
include_archivedNo
include_dockNo
limitNo
pageNo

Input Schema (JSON Schema)

{ "properties": { "dock_detail": { "type": "boolean" }, "format": { "enum": [ "table", "json" ], "type": "string" }, "include_archived": { "type": "boolean" }, "include_dock": { "type": "boolean" }, "limit": { "exclusiveMinimum": 0, "maximum": 200, "type": "integer" }, "page": { "exclusiveMinimum": 0, "type": "integer" } }, "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