Cross-Provider Workflow
Claude Summarize to Notion Page
Version 1.0.0
Summarize text with Claude, then write the summary into a Notion page.
Providers Orchestrated
Workflows
summarize-and-store
Summarize source text with Claude and store it as a Notion page.
Calls Claude to produce a concise summary of the supplied text, then creates a Notion page in the target database carrying the summary as its title.
1
summarize-text
$sourceDescriptions.claudeApi.createMessage
Ask Claude to summarize the supplied source text.
2
store-in-notion
$sourceDescriptions.notionApi.createPage
Create a Notion page holding the generated summary.
Source API Descriptions
openapi