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
Name | Required | Description | Default |
---|---|---|---|
localeId | No | ||
page_id | Yes |
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"
}