arcade-mcp/toolkits
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
..
code_sandbox Update README and LICENSE (#220) 2025-01-23 19:43:48 -08:00
github Make starred = True by default in Github tool (#227) 2025-01-24 13:50:30 -08:00
google Update README and LICENSE (#220) 2025-01-23 19:43:48 -08:00
linkedin Update README and LICENSE (#220) 2025-01-23 19:43:48 -08:00
math Update README and LICENSE (#220) 2025-01-23 19:43:48 -08:00
search Update README and LICENSE (#220) 2025-01-23 19:43:48 -08:00
slack Fix bug in slack tool pagination (#232) 2025-01-27 12:23:00 -08:00
spotify Update README and LICENSE (#220) 2025-01-23 19:43:48 -08:00
web Update README and LICENSE (#220) 2025-01-23 19:43:48 -08:00
x Update README and LICENSE (#220) 2025-01-23 19:43:48 -08:00
zoom Update README and LICENSE (#220) 2025-01-23 19:43:48 -08:00