Webflow

Official

collections_list

Retrieve a list of collections associated with a specific Webflow site by providing the site ID. Use this tool to manage and organize site content efficiently.

Input Schema

NameRequiredDescriptionDefault
site_idYes

Input Schema (JSON Schema)

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