get_theme_structure
Fetches the rendered markup and CSS of a live Ghost page, enabling accurate CSS targeting for styling changes.
Instructions
Inspect a live Ghost page and return its markup and CSS.
Fetches the public, rendered page at path along with the stylesheets it
links to, so styling changes can target selectors that actually exist
rather than guesses. The homepage and individual posts use different
templates, so pass the path of the page you intend to restyle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | The page path to inspect, such as ``/`` or ``/my-post/``. | / |
| blog_url | Yes | The public base URL of the blog, e.g. ``https://example.com``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||