Skip to main content
Glama

Basecamp MCP Server

by stefanoverna
types.ts642 B
/** * TypeScript types and enums for the Basecamp MCP server */ /** Parsed Basecamp URL structure */ export interface ParsedBasecampUrl { accountId: string; bucketId: string; resourceType: string; resourceId: string; fullUrl: string; } /** Pagination metadata for list responses */ export interface PaginationMetadata { total: number; count: number; offset: number; has_more: boolean; next_offset?: number; } /** Truncation metadata when response exceeds character limit */ export interface TruncationInfo { truncated: boolean; truncation_message?: string; original_count?: number; returned_count?: number; }

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

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