pathobject · requiredIdentifier path for the authorised connected-app record.
Loading tools…
Notion
Retrieve page properties and metadata from a connected Notion workspace.
Retrieves page metadata and properties. Page content is returned by the separate block-children tool. Always one upstream request at $0.0025.
Agents select this operation with tool ID notion.page-retrieve, then check its current inputs and price before a run.
pathobject · requiredIdentifier path for the authorised connected-app record.
idstringReturned id value.
is_archivedbooleanReturned is archived value.
objectstringReturned object value.
propertiesobjectReturned properties value.
urlstringReturned url value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
Connect your app account to let your agent use its tools. Your credentials stay private, and you pay only for successful runs.
Connect your first agent to receive $1 trial credit.
{
"tool_id": "notion.page-retrieve",
"input": {
"path": {
"page_id": "YOUR-NOTION-PAGE-ID"
}
}
}{
"id": "1b2c3d4e-0000-4000-8000-000000000002",
"url": "https://app.notion.com/p/1b2c3d4e000040008000000000000002",
"object": "page",
"properties": {
"Name": {
"type": "title",
"title": [
{
"type": "text",
"plain_text": "Launch readiness brief"
}
]
},
"Status": {
"type": "rich_text",
"rich_text": [
{
"type": "text",
"plain_text": "Draft"
}
]
}
},
"is_archived": false
}not_found: Notion cannot find the page or the connection cannot access it.Share the page with the Scrollport integration, then retry with its page id.