arcade-mcp/toolkits/notion/arcade_notion_toolkit
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
..
tools Updates to Notion toolkit (#476) 2025-07-18 17:35:12 -07:00
__init__.py Update Notion Toolkit (#309) 2025-03-17 21:15:00 -07:00
block_to_markdown_converter.py 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
constants.py Updates to Notion toolkit (#476) 2025-07-18 17:35:12 -07:00
enums.py Update Notion Toolkit (#309) 2025-03-17 21:15:00 -07:00
markdown_to_block_converter.py Update Notion Toolkit (#309) 2025-03-17 21:15:00 -07:00
types.py Update Notion Toolkit (#309) 2025-03-17 21:15:00 -07:00
utils.py Updates to Notion toolkit (#476) 2025-07-18 17:35:12 -07:00