Skip to main content
Glama

Mlola UI

How to install Mlola components

get_install_command
Read-only

The commands to run in the project to set Mlola up and add components, blocks, pages or templates, including the license step for Mlola Pro items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namesYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

readOnlyHint=true already tells the agent this is a safe read, so the description carries a lower burden. It adds one useful behavioral detail beyond annotations: the output includes the license step for Mlola Pro items. However, it says nothing about what the returned commands look like or how they should be applied.

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

Conciseness4/5

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

A single efficient sentence that front-loads the action (commands to run in the project) and appends the Pro-license caveat. No filler, though the sentence is dense with enumerated item types.

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?

For a one-parameter, read-only tool with no output schema, the description covers the basic purpose but omits the shape/ordering of the returned commands and the semantics of the 'names' input. Nothing is misleading, but an agent still has to guess at the response and input format.

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

Parameters2/5

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

Schema description coverage is 0% with a single required 'names' array whose format is never specified. The description hints that names correspond to components, blocks, pages or templates to add, but does not say whether names are slugs, IDs, or versioned identifiers, nor how multiple names affect the output. The 0% coverage gap is only partially compensated.

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

Purpose4/5

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

The description states a concrete purpose: returning the CLI commands to set up Mlola and add components, blocks, pages or templates. This is a distinct resource from the siblings (search_components, get_component, get_tokens, get_design_rules, check_markup), but the description never explicitly distinguishes itself from them. Clear verb+resource, no sibling routing.

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

Usage Guidelines3/5

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

Usage is only implied: an agent infers this is called when it needs the shell commands for project setup or adding items. There is no explicit when-to-use statement, no when-not, and no alternative tool named. Adequate but leaves the trigger condition to inference.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.