Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_aestheticA

Search the Aesthetics Wiki for pages matching a query.

Args: query: Free-text search (e.g. "cottagecore", "dark academia", "y2k"). limit: Max number of results (1-50). Default 10.

Returns: A dict with results: list of {title, pageid, snippet, url}.

get_aestheticA

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).

list_relatedA

List aesthetics linked from a given page — useful for discovering neighbors.

Args: name: Source page title (e.g. "Cottagecore"). limit: Max number of related pages (1-100). Default 20.

Returns: A dict with source and related: list of {title, url}.

get_aesthetic_imagesA

Get image URLs from an aesthetic's wiki page — perfect for moodboards.

Args: name: Page title (e.g. "Cottagecore", "Dark Academia"). limit: Max number of images (1-50). Default 12.

Returns: A dict with source, url, and images: list of {filename, url, description_url}. Excludes tiny icons and SVG placeholders.

random_aestheticA

Get one or more random aesthetics from the wiki — great for inspiration.

Args: count: Number of random pages (1-10). Default 1.

Returns: A dict with aesthetics: list of {title, url}.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/leonardoca1/aesthetics-wiki-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server