Skip to main content
Glama

List themes

list_themes

Search or filter the theme catalog. Returns metadata and key colors only, not the full CSS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
moodNo
schemeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool returns only metadata and key colors, not the full CSS, which is a meaningful behavioral constraint. It does not mention any side effects or explicitly state it is read-only, but for a search/filter operation this is implicitly safe. The return scope is clearly defined.

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 a single, efficient sentence that front-loads the purpose and immediately clarifies the output scope. There is no wasted wording, and it is well-structured for quick comprehension.

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

Completeness2/5

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

The tool has no annotations, no output schema, and the parameters are undocumented in the description. The description does not explain valid values for 'mood', whether the tool returns a list or a single theme, or any pagination/sorting behavior. While it states it returns metadata and colors, the lack of parameter guidance and return format details makes it incomplete for an agent to use correctly.

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

Parameters1/5

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

Schema description coverage is 0%, meaning the description must explain the parameters. It does not mention 'mood' or 'scheme' at all. The schema has an enum for 'scheme' but no description for 'mood'. The agent has no guidance on what values are valid or how these parameters affect the search. This is a significant gap.

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 clearly states the tool's action ('Search or filter the theme catalog') and resource (themes), and it differentiates itself from a full-retrieval tool by explicitly noting it returns 'metadata and key colors only, not the full CSS'. This hints at a distinction from a sibling like get_theme, but it does not name that sibling explicitly.

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?

The description implies the tool is for searching/filtering when you need theme metadata or colors, and that it does not return full CSS. This gives context for when to use it, but it does not explicitly state when not to use it or mention alternative tools. The sibling tools list includes get_theme, so a clearer exclusion would strengthen this dimension.

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