arcade-mcp/toolkits/notion/tests
Eric Gustin 4598e1e4d4
Updates to Notion toolkit (#476)
### Adds one new tool to the Notion toolkit
* **AppendContentToEndOfPage**: Append markdown content to the end of a
Notion page by its ID or title

### Fixes a bug
* The **CreatePage** would previously fail if the content provided was
broken into more than 100 blocks. I added 'chunking' logic to support >
100 blocks.
2025-07-18 17:35:12 -07:00
..
__init__.py Notion Toolkit (#283) 2025-03-15 11:08:10 -08:00
test_block_to_markdown_converter.py Update Notion Toolkit (#309) 2025-03-17 21:15:00 -07:00
test_tools_pages.py Updates to Notion toolkit (#476) 2025-07-18 17:35:12 -07:00
test_tools_search.py Notion Toolkit (#283) 2025-03-15 11:08:10 -08:00
test_utils.py Updates to Notion toolkit (#476) 2025-07-18 17:35:12 -07:00