Skip to content

🐞 Creating pages (in a DB): API works but when using MCP tool, getting strange error #100

@andrewconnell

Description

@andrewconnell

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions