-
Notifications
You must be signed in to change notification settings - Fork 279
Open
Description
When using the MCP integration with Claude, I'm unable to create a page... when inspecting the tool's request & response, I see the following:
Request
{
`pages`: [
{
`content`: `**Subject Line**: ποΈ FREE: Learn ...`,
`properties`: {
`Name`: `[webinar-20250903-promo] Email - Initial Invite`,
`Status`: `Review`,
`Media Type`: `Written`,
`Description`: `Email - Authority-focused invite with MVP credentials`,
`Publish Date`: `2025-08-13`
}
]
}
Response
{
"name":"APIResponseError",
"code":"validation_error",
"status":400,
"headers":{},
"body":"{\"object\":\"error\",\"status\":400,\"code\":\"validation_error\",
\"message\":\"Property URL not found\",
\"request_id\":\"570bb569-54fe-46c6-87b4-140ac7b89ec8\
"}"
}
As you can see, the payload generated by Claude with that create_pages tool doesn't have a URL property defined. While the database has a URL property, I can create pages with the underlying API and not set that property successfully...
Metadata
Metadata
Assignees
Labels
No labels