arcade-mcp/toolkits/slack/tests
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
..
__init__.py Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
test_chat.py Tool to retrieve Slack messages from a DM conversation with a given username (#241) 2025-02-10 09:01:04 -03:00
test_users.py Slack Tools (#162) 2025-01-23 18:15:52 -08:00
test_utils.py Tool to retrieve Slack messages from a DM conversation with a given username (#241) 2025-02-10 09:01:04 -03:00