tags

Pack: boston-calendar · Endpoint: https://gateway.pipeworx.io/boston-calendar/mcp

List the event tags/keywords in use on The Boston Calendar, with counts — useful as filterable facets for the events tool.

Parameters

NameTypeRequiredDescription
limitnumbernoHow many top tags to return (default 40).

Example call

Arguments

{
  "limit": 40
}

curl

curl -X POST https://gateway.pipeworx.io/boston-calendar/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"tags","arguments":{"limit":40}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('tags', {
  "limit": 40
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "boston-calendar": {
      "url": "https://gateway.pipeworx.io/boston-calendar/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 6, 2026