arcade-mcp/toolkits/slack/arcade_slack/tools
Renato Byrro 27d8aa7f43
Fix bug in slack tool pagination (#232)
The `get_conversation_metadata_by_name` tool retrieves conversation
metadata from another tool, `list_conversations_metadata`, but was
accessing the `next_cursor` using the Slack API response dict structure,
instead of the tool response structure. As a result, in that tool, the
tool would never actually paginate to the second page. This PR fixes it
and also adjust tests to capture the issue appropriately.
2025-01-27 12:23:00 -08:00
..
__init__.py Start Slack toolkit (#17) 2024-08-22 16:12:42 -07:00
chat.py Fix bug in slack tool pagination (#232) 2025-01-27 12:23:00 -08:00
users.py Slack Tools (#162) 2025-01-23 18:15:52 -08:00