arcade-mcp/toolkits/slack
Renato Byrro a00bd4734e
Tool to retrieve Slack messages from a DM conversation with a given username (#241)
Currently, retrieving DMs with a given username requires several
actions: first get the current user's ID; list all users and find the ID
of the username; then scan all DM conversations and find the one with
the current user's ID and the username's ID, to finally retrieve the
messages using that conversation ID.

This tool abstracts all that in a single call.

PS: we'll implement a similar tool for multi-person DM conversations in
a subsequent PR.
2025-02-10 09:01:04 -03:00
..
arcade_slack Tool to retrieve Slack messages from a DM conversation with a given username (#241) 2025-02-10 09:01:04 -03:00
evals Tool to retrieve Slack messages from a DM conversation with a given username (#241) 2025-02-10 09:01:04 -03:00
tests Tool to retrieve Slack messages from a DM conversation with a given username (#241) 2025-02-10 09:01:04 -03:00
.pre-commit-config.yaml Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
.ruff.toml Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
conftest.py Tool to retrieve Slack messages from a DM conversation with a given username (#241) 2025-02-10 09:01:04 -03:00
LICENSE Update README and LICENSE (#220) 2025-01-23 19:43:48 -08:00
Makefile Pin poetry to 1.8.5 (#193) 2025-01-07 13:21:55 -08:00
pyproject.toml Fix missing scopes in tools that call other tools (#240) 2025-02-03 17:39:34 -08:00