Copy and paste any prompt into your MCP client. Each recipe maps to existing tools and parameters.
Prompt:
Run slack_health_check and tell me if my workspace connection is valid.
Prompt:
Run slack_token_status and summarize token age, health, and cache stats.
Prompt:
Use slack_list_conversations with types="im,mpim" and limit=50. Return names and IDs.
Prompt:
Use slack_conversations_history with channel_id="<CHANNEL_ID>", oldest="<UNIX_TS_3_DAYS_AGO>", limit=100, resolve_users=true, then summarize decisions and action items.
Prompt:
Use slack_get_thread with channel_id="<CHANNEL_ID>" and thread_ts="<THREAD_TS>". Summarize timeline and owners.
Prompt:
Use slack_search_messages with query="decision OR approved after:2026-01-01" and count=50. Group results by channel.
Prompt:
Use slack_search_messages with query="from:@<USERNAME> after:2026-01-01" and count=30. Return top themes.
Prompt:
Use slack_get_full_conversation with channel_id="<CHANNEL_ID>", max_messages=2000, include_threads=true, output_file="q1-export.json".
Prompt:
Use slack_users_info with user_id="<USER_ID>" and return role, timezone, and status fields.
Prompt:
Use slack_send_message with channel_id="<CHANNEL_ID>" and text="Daily update: build passed, deploy at 4 PM ET."
Prompt:
Use slack_send_message with channel_id="<CHANNEL_ID>", thread_ts="<THREAD_TS>", text="Acknowledged. I will post follow-up logs in 30 minutes."
Prompt:
Use slack_list_users with limit=500. Return a compact list of users with admin/bot flags.
<CHANNEL_ID>, <THREAD_TS>, <USER_ID>, <USERNAME>, timestamps).