get_aesthetic
Fetch cleaned content from Aesthetics Wiki pages to access detailed information about aesthetic movements, styles, and visual subcultures.
Instructions
Fetch the cleaned content of an aesthetic's wiki page.
Args: name: Page title (e.g. "Cottagecore", "Dark Academia"). Case-insensitive, underscores or spaces both work. max_chars: Soft cap on returned text length. Default 6000.
Returns:
A dict with title, url, summary (cleaned markdown-like text),
and main_image (URL of the lead image if available).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||