Webflow

Official

pages_get_metadata

Extract metadata from Webflow pages by specifying a page ID. Use this tool to retrieve structured data for efficient content management and analysis.

Input Schema

NameRequiredDescriptionDefault
localeIdNo
page_idYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "localeId": { "type": "string" }, "page_id": { "type": "string" } }, "required": [ "page_id" ], "type": "object" }
ID: qau6rnloio