Notion
notion_get_data_source
Retrieve a data source by ID. Returns title, property schema, and timestamps.
Remote node2flow/notion
Other tools also called notion_get_data_source?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"data_source_id": {
"type": "string",
"description": "Data source ID"
}
}
}