Skip to main content
Glama

Basecamp MCP Server

by jhliberty

create_webhook

Set up webhooks in Basecamp by specifying a project ID, payload URL, and event types to automate notifications and streamline project management workflows.

Instructions

Create a webhook

Input Schema

NameRequiredDescriptionDefault
payload_urlYesPayload URL
project_idYesProject ID
typesNoEvent types

Input Schema (JSON Schema)

{ "properties": { "payload_url": { "description": "Payload URL", "type": "string" }, "project_id": { "description": "Project ID", "type": "string" }, "types": { "description": "Event types", "items": { "type": "string" }, "type": "array" } }, "required": [ "project_id", "payload_url" ], "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