Skip to main content
Glama

list_related

Read-onlyIdempotent

Find related aesthetics from a given page to discover connected styles and visual subcultures in the Aesthetics Wiki.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and openWorldHint=true, covering safety and idempotency. The description adds useful behavioral context by specifying the return format (dict with source and related lists) and the default limit, which enhances understanding beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded, with a clear purpose statement followed by well-structured sections for Args and Returns. Every sentence earns its place without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity, rich annotations, and the presence of an output schema (which covers return values), the description is complete enough. It effectively explains purpose, parameters, and usage context without needing to detail outputs.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully compensates by explaining both parameters: 'name' as the source page title with an example, and 'limit' with its range and default value. This adds essential meaning beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with a specific verb ('List') and resource ('aesthetics linked from a given page'), and distinguishes it from siblings by focusing on neighbor discovery rather than direct retrieval, search, or random selection.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for usage ('useful for discovering neighbors'), but does not explicitly state when not to use it or name specific alternatives among the sibling tools, such as when to prefer search_aesthetic over this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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