Skip to main content
Glama

List the saved brand themes

foliade_list_themes
Read-only

Account themes, their settings and revisions; a theme is a copy, not a live link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds a domain fact that themes are copies, not live links, which provides some context about the nature of the data but does not describe the tool's behavior beyond what annotations already convey. This is minimal added value, so a 3 is appropriate.

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

Conciseness2/5

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

The description is a single sentence and is concise, but it is under-specified. It does not front-load the core purpose (listing themes) and instead provides a tangential domain note. The sentence does not earn its place because it lacks essential information.

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 is a simple paginated list operation, but the description omits the core function entirely. It does not state that it lists themes, nor does it mention pagination or any return information. With no output schema, the description should at least clarify what the tool returns, but it does not.

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 limit and offset parameters have no descriptions. The description does not mention or explain these parameters at all, failing to compensate for the schema gap. An agent would not know what limit and offset control or their valid ranges.

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

Purpose2/5

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

The description does not state the action of listing or retrieving themes. It only describes themes as 'Account themes, their settings and revisions; a theme is a copy, not a live link.' The name and title imply listing, but the description itself is vague about the tool's function, making it hard for an agent to know what it does.

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?

There is no guidance on when to use this tool versus alternatives. It does not mention any conditions, exclusions, or sibling tools. The description provides no context for when listing themes is appropriate.

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