create_glubler
Create a new Glubler collection on your profile by providing a title, optional custom slug, and optional parent ID for nested subglublers.
Instructions
Create a new Glubler (website list/collection) on the authenticated users profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title/name of the Glubler collection (e.g. "Gaming News", "Top Design Tools") | |
| slugName | No | Optional custom URL-friendly slug name (e.g. "gaming-news"). Auto-generated if omitted. | |
| parentGlublerId | No | Optional parent Glubler database ID if creating a nested subglubler (up to 7 levels deep). |