Skip to main content
Glama

Basecamp MCP Server

by jhliberty

get_uploads

Retrieve a list of uploads in a Basecamp project or specific vault by providing the project ID, enabling organized file management and tracking.

Instructions

List uploads in a project or vault

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID
vault_idNoOptional vault ID to limit to specific vault

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "Project ID", "type": "string" }, "vault_id": { "description": "Optional vault ID to limit to specific vault", "type": "string" } }, "required": [ "project_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