Notion · Arazzo Workflow
Notion Search for a Page and Comment on It
Version 1.0.0
Search the workspace by title for a page, then leave a comment on the first matching page.
View Spec
View on GitHub
CollaborationDatabaseIdeasNotesProductivityProjectT1TaskWikiWorkspaceArazzoWorkflows
Provider
Workflows
search-page-comment
Search for a page by title and add a comment to the first match.
Searches for pages matching a title query, and when a page is found, retrieves it and creates a comment on it with the supplied text.
1
searchPages
Search the workspace for pages whose title matches the query, filtering results to the page object type and returning a single match.
2
retrievePage
Retrieve the matched page to confirm it exists and is accessible before commenting on it.
3
createComment
Create a comment on the matched page using its ID as the comment parent.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.