<- Adapters

Notion

experimentaldata

Notion pages and databases as governed capabilities

pip install chp-adapter-notion

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

append_blocksv1.0.0

Append blocks to a Notion page or block.

chp.adapters.notion.append_blocks
create_pagev1.0.0

Create a new Notion page.

chp.adapters.notion.create_page
get_pagev1.0.0

Get a Notion page by ID.

chp.adapters.notion.get_page
query_databasev1.0.0

Query a Notion database with optional filter and sort.

chp.adapters.notion.query_database
searchv1.0.0

Search Notion pages and databases.

chp.adapters.notion.search
See the full capability catalog →