Get Plone Content
plone_get_contentRetrieve full JSON data for any Plone content item by specifying its path, optionally expanding components like breadcrumbs and workflow.
Instructions
Retrieves the full JSON data for a single content item from Plone using its path. Example: plone_get_content({path: '/news/latest-update'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to content (e.g., '/parentDocument/document' or just '/' for root level) | |
| expand | No | Components to expand (e.g., ['breadcrumbs', 'actions', 'workflow']) |