Skip to main content
Glama
infralayers

pumble-mcp

Official
by infralayers

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PUMBLE_API_KEYYesYour Pumble API key for accessing the workspace

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
pumble_send_messageA

Send a message to a Pumble channel, as your own user by default.

pumble_list_messagesB

List messages in a Pumble channel.

pumble_edit_messageB

Edit the text of an existing Pumble message.

pumble_list_channelsA

List all Pumble channels visible to the API key, including DMs (channelType DIRECT) and group DMs. Use the channel's id with pumble_list_messages to read a DM conversation.

pumble_send_dmA

Send a direct message to a person in Pumble, as your own user. Use pumble_list_users to find their userId/email first if unknown.

pumble_list_usersA

List all people in the Pumble workspace (id, name, email). Use this to resolve a person's userId for pumble_send_dm, or find their DM channelId via pumble_list_channels (channelType DIRECT) to read a conversation with pumble_list_messages.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/infralayers/pumble-mcp'

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