arcade-mcp/toolkits
Eric Gustin 8f87212058
Notion Toolkit Optimizations (#379)
1. Paginate through all current level blocks before recursing into
children (before this PR we would go back and forth between paginate and
recurse)
2. For top-level blocks only, split blocks into 5 lists, and
concurrently get their content


---------

From my local timing benchmarks, this speeds up the tool call by ~60%
(23 seconds to 9.1 seconds) for larger Notion pages


Without optimization: Avg 22995
Attempt 1: 27503.49497795105
Attempt 2: 20863.977909088135
Attempt 3: 20888.309955596924
Attempt 4: 18574.61714744568
Attempt 5: 27147.75586128235

With optimization: Avg 9148.6
Attempt 1: 9941.372871398926
Attempt 2: 10097.685098648071
Attempt 3: 7855.895042419434
Attempt 4: 9078.719854354858
Attempt 5: 8772.69196510315
2025-04-24 11:03:23 -07:00
..
code_sandbox Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
dropbox Fix missing dependency in Dropbox toolkit pyproject (#346) 2025-04-04 14:40:05 -03:00
github Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
google Fix google type errors (#376) 2025-04-22 21:26:45 -03:00
hubspot Update Hubspot toolkit to use Hubspot auth class (#375) 2025-04-22 21:55:39 -03:00
linkedin Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
math fix: Typo in Sqrt tool description (#378) 2025-04-23 10:28:12 -03:00
notion Notion Toolkit Optimizations (#379) 2025-04-24 11:03:23 -07:00
reddit Toolkit Release: Reddit 0.1.0 (#370) 2025-04-18 11:01:28 -07:00
salesforce Update Salesforce provider id (#373) 2025-04-22 16:32:05 -03:00
search Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
slack Toolkit Release: Slack (#351) 2025-04-07 15:00:45 -07:00
spotify Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
stripe Add Stripe toolkit (#333) 2025-04-14 10:29:23 -07:00
web Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
x Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
zoom Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
TOOLKIT_RELEASE_MANAGERS.txt Release Arcade Math 1.0.0 (#300) 2025-03-17 12:58:17 -07:00