arcade-mcp/toolkits
Eric Gustin 00d5babcd7
Add next_token to X Search tools (#169)
# PR Description
Adds an optional `next_token` input parameter to the
`X.SearchRecentTweetsByUsername` and `X.SearchRecentTweetsByKeywords`
tools.

This allows users to paginate through tweets. A `next_token` is provided
in the tools's response.

For example, to access the `next_token` when using the `tools.execute`,
you can do `next_token = response.output.value["meta"].get("next_token",
None)` and then pass it to the tool on your next call through the tools'
`next_token` input parameter.
2024-12-10 12:35:20 -08:00
..
code_sandbox Add Code Sandbox Tools (#114) 2024-11-15 13:29:52 -08:00
github Add list stargazers tool (#130) 2024-10-30 18:13:36 -07:00
google Add Gmail Thread Tools (#159) 2024-11-20 11:26:09 -08:00
linkedin Remove arcade.core from all examples (#121) 2024-10-24 17:08:04 -07:00
math Random int and random float tools (#148) 2024-11-06 09:28:05 -08:00
search Remove arcade.core from all examples (#121) 2024-10-24 17:08:04 -07:00
slack Remove arcade.core from all examples (#121) 2024-10-24 17:08:04 -07:00
spotify Add examples (#136) 2024-11-06 11:02:41 -08:00
web Remove arcade.core from all examples (#121) 2024-10-24 17:08:04 -07:00
x Add next_token to X Search tools (#169) 2024-12-10 12:35:20 -08:00
zoom Remove arcade.core from all examples (#121) 2024-10-24 17:08:04 -07:00