Skip to main content
Glama

get_app_theme

Retrieve the current theme settings from the Mealie app's About section. Read theme configuration to check colors, layout, or display preferences.

Instructions

Get App Theme — App: About. Get theme. [GET /api/app/about/theme] Get's the current theme settings Keywords: get_app_theme, get app theme, get theme, fetch theme, read theme, retrieve theme, view theme, show theme, theme, app about, app, about, get, fetch, read, retrieve, view, show, read-only, mealie.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.11

TDQS

C2.9/5.0
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. It implies a read via 'Get' and the 'read-only' keyword, and notes it returns 'current theme settings', but says nothing about auth requirements, what the theme object contains, or caching/rate behavior.

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 genuine content is one short sentence, but it is buried under an endpoint tag, a duplicated sentence, and a long keyword dump that adds no selection signal. Poorly front-loaded relative to its useful payload.

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 no-argument read tool this is minimally sufficient to invoke, but with no output schema and no annotations the description never explains what the returned theme settings look like, leaving a real gap for the agent interpreting the result.

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

Parameters4/5

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

The tool takes zero parameters, so there is nothing for the description to clarify; the baseline is 4. Schema coverage is effectively complete by vacuity.

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?

States a specific verb and resource ('Get theme' / 'Get's the current theme settings') and scopes it to the About app, so an agent can tell it apart from app_about_get_app_info. It is clear but marred by redundant restatement and keyword padding rather than precise framing.

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 when-to-use guidance, no prerequisites, and no mention of alternatives (e.g., update theme or app info tools). The agent must infer usage purely from the name.

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

Deploy Server

Other Tools