claude-code - 💡(How to fix) Fix Slack connector: add Read/Write support for Slack Lists

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fix / Workaround

Use case: Our team uses a Slack List as a deploy train tracker. The deploy assistant skill needs to read which PRs are queued and mark them as deployed post-ship. Without List support, both operations are manual workarounds.

RAW_BUFFERClick to expand / collapse

The Slack connector currently supports Canvas read/write (Read Slack Canvas Content, Create Slack Canvas Document, Update Slack Canvas Document) but has no equivalent for Slack Lists.

Slack Lists are a distinct file type (file IDs like F08K7SF8VU0, URLs at slack.com/lists/...). The current slack_read_canvas tool returns file_not_found when called with a List file ID — it doesn't fall back or fail gracefully.

Requested tools:

  • slack_read_list — read the items/rows of a Slack List by file ID
  • slack_update_list — add, update, or check off items in a Slack List by file ID

Use case: Our team uses a Slack List as a deploy train tracker. The deploy assistant skill needs to read which PRs are queued and mark them as deployed post-ship. Without List support, both operations are manual workarounds.

Current behavior: slack_read_canvas("F08K7SF8VU0")execution_failed: file_not_found

Expected behavior: A dedicated slack_read_list tool that returns list items, and slack_update_list for mutations.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING