Slack Note Capture MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SLACK_BOT_TOKEN | Yes | Bot User OAuth Token from your Slack app (starts with xoxb-) | |
| SLACK_CHANNEL_ID | No | Default channel ID for operations |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| slack_read_messagesA | Read messages from a Slack channel. Returns messages from the last N days or since a specific timestamp. Use this to pull captured content from the inbox. |
| slack_post_messageA | Post a message to a Slack channel. Returns the message timestamp (ts) which can be used to read thread replies later. |
| slack_post_to_threadB | Post a reply to an existing message thread. Use this to continue a conversation in a thread. |
| slack_read_threadA | Read all replies in a message thread. Use this to check for user responses to a message you posted. |
| slack_wait_for_replyA | Poll a thread waiting for a user reply. Posts an initial message if provided, then polls until a non-bot reply appears or timeout is reached. Use this when you need to ask the user a question and wait for their response via Slack. |
| slack_get_fileA | Get information about a file shared in Slack, including download URL. Use this to retrieve voice notes and documents. |
| slack_download_fileB | Download a file from Slack and save it to the specified path. |
| slack_list_channelsA | List available Slack channels. Use this to find channel IDs. |
| slack_search_messagesC | Search for messages containing specific text or hashtags. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/larrygmaguire-hash/slack-note-capture'
If you have feedback or need assistance with the MCP directory API, please join our Discord server