Notion
notion_list_data_source_templates
List page templates available in a data source.
Remote node2flow/notion
Other tools also called notion_list_data_source_templates?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"page_size": {
"type": "number",
"description": "Results per page"
},
"start_cursor": {
"type": "string",
"description": "Pagination cursor"
},
"data_source_id": {
"type": "string",
"description": "Data source ID"
}
}
}