Notion · Arazzo Workflow
Notion Evolve a Database Schema and Re-Query
Version 1.0.0
Retrieve a database, add a property to its schema, then query it back to confirm the change.
View Spec
View on GitHub
CollaborationDatabaseIdeasNotesProductivityProjectT1TaskWikiWorkspaceArazzoWorkflows
Provider
Workflows
database-schema-evolution
Retrieve a database, update its property schema, then query it.
Reads a database's current schema, patches the schema with a supplied properties object, and queries the database to confirm it works under the updated schema.
1
retrieveDatabase
Retrieve the database to read its current property schema before modifying it.
2
updateDatabase
Patch the database schema with the supplied properties object, adding or modifying properties as specified.
3
verifyQuery
Query the database under its new schema, returning a small page of results to confirm it is readable.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.