Skip to main content
Glama
jhliberty

Basecamp MCP Server

by jhliberty

global_search

Search across all Basecamp projects, todos, and campfire messages instantly to find relevant information quickly using a single query.

Instructions

Search projects, todos and campfire messages across all projects

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query

Implementation Reference

  • src/index.ts:139-149 (registration)
    Registration of the 'global_search' MCP tool, including its input schema definition and description. Note: No handler implementation found in the codebase.
    {
      name: 'global_search',
      description: 'Search projects, todos and campfire messages across all projects',
      inputSchema: {
        type: 'object',
        properties: {
          query: { type: 'string', description: 'Search query' },
        },
        required: ['query'],
      },
    },
  • Input schema for the 'global_search' tool: requires a 'query' string.
    inputSchema: {
      type: 'object',
      properties: {
        query: { type: 'string', description: 'Search query' },
      },
      required: ['query'],
    },

Latest Blog Posts

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