Skip to main content
Glama

List layouts

list_layouts

Search or filter the layout catalog to find a specific layout. Returns metadata only, no HTML. Also the tool for "what is new", "any new layouts?", "what got added since last month" - pass since and it returns only what landed after that date. If the user asked for a whole deck rather than one slide, call suggest_deck first instead of this.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
sinceNoISO date (YYYY-MM-DD). Only layouts added after it. Use for "what is new" questions; if the user gave no date, a month back is a sensible default.
categoryNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden, and it discloses key behavior: 'Returns metadata only, no HTML' and that `since` filters to layouts added after the date. It does not mention sorting, pagination, or rate limits, but the disclosed return-type and filtering behavior are significant and add value beyond the schema.

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?

Three sentences with no filler: the first gives the core purpose, the second covers the `since` use case, and the third redirects to suggest_deck. It is concise, front-loaded, and every sentence earns its place.

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?

The description covers the main purpose, return type, a key parameter, and an alternative tool, which is adequate for basic use. However, it leaves gaps: no distinction from get_layout, no semantics for query/category/limit, no output format details, and no pagination/sorting behavior, which matters more because there is no output schema.

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 only 25% (only `since` has a schema description). The tool description reinforces `since` but does not explain what `query` matches, what `category` values are valid, or how `limit` behaves beyond the schema defaults. With such low coverage, the description fails to compensate for the three undocumented parameters.

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 states a specific action ('Search or filter the layout catalog') with a clear resource and scope ('find a specific layout'), and adds the 'what is new' role via the `since` parameter. It also distinguishes itself from suggest_deck by explicitly naming that sibling, making its purpose unambiguous.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use guidance: use it to search/filter the catalog and for 'what is new' questions with `since`. It also gives a clear when-not-to-use rule: if the user wants a whole deck, call suggest_deck first instead, naming the alternative and the condition that selects it.

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.

Resources