arcade-mcp/toolkits/slack/arcade_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
..
tools Tool to retrieve Slack messages from a DM conversation with a given username (#241) 2025-02-10 09:01:04 -03:00
__init__.py Start Slack toolkit (#17) 2024-08-22 16:12:42 -07:00
constants.py Slack Tools (#162) 2025-01-23 18:15:52 -08:00
critics.py Slack Tools (#162) 2025-01-23 18:15:52 -08:00
custom_types.py Slack Tools (#162) 2025-01-23 18:15:52 -08:00
exceptions.py Tool to retrieve Slack messages from a DM conversation with a given username (#241) 2025-02-10 09:01:04 -03:00
models.py Slack Tools (#162) 2025-01-23 18:15:52 -08:00
utils.py Tool to retrieve Slack messages from a DM conversation with a given username (#241) 2025-02-10 09:01:04 -03:00