Skip to main content
Glama
1999AZZAR
by 1999AZZAR

get_ellis_ui_template

Retrieve the HTML and CSS template for any Ellis UI design system, including design guidelines and the root HTML file.

Instructions

Fetch the HTML structure and CSS logic of a specific Ellis UI design system (e.g., 'backup_dossier' or 'backup_gameboy'). Returns both the design.md guidelines and the root index.html template.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
design_nameYesThe folder name of the design (e.g. backup_nutrition, backup_gameboy, backup_swiss_archival)
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states that the tool fetches and returns content, but does not mention any behavioral traits such as authentication needs, rate limits, caching, or side effects. For a simple read operation, this is insufficiently transparent.

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 two sentences, front-loading the action with examples, then stating the return value. There is no redundant information; every sentence earns its place. This is highly concise for the tool's complexity.

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

Completeness3/5

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

Given no output schema, the description must describe the return format. It states it returns both design.md guidelines and index.html template, but does not specify the structure (e.g., JSON keys, raw text). This leaves ambiguity for an AI agent. For a simple tool with one parameter, it is partially complete but lacking in return structure detail.

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

Parameters3/5

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

Schema description coverage is 100% for the single parameter 'design_name', with examples in both schema and description. The description adds examples consistent with the schema but does not provide deeper semantic meaning beyond what the schema already conveys. Baseline 3 is appropriate.

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 fetches HTML structure and CSS logic for a specific Ellis UI design, with examples of design names like 'backup_dossier'. It also distinguishes itself by specifying the return of both design.md and index.html, differentiating it from siblings like 'get_component' or 'list_ellis_ui_designs'.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives such as 'get_reference' or 'get_component'. It only states what it does without context about prerequisites, exclusion criteria, or sibling relationships. The agent must infer usage from the purpose alone.

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/1999AZZAR/the-designer'

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