Skip to main content
Glama
hlsitechio

omarchy-mcp

by hlsitechio

Background thumbnail cache status

background_thumbnail_cache_status

Inspect the current theme's background thumbnail cache status by verifying local thumbnail rows, source signature, and generated files. Read-only.

Instructions

Verify the current theme's local background thumbnail rows, source signature and generated files. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explicitly states 'Read-only', which is a key transparency point indicating no state modification. However, it does not elaborate on what happens when the cache is missing, outdated, or how 'verify' manifests in the result (e.g., return format). The explicit read-only declaration is strong, but more detail would be safer.

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 two short sentences with no filler. It front-loads the action ('Verify') and immediately scopes it to the current theme's cache, then adds the read-only flag. Every word 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?

Without an output schema, the description should compensate by explaining what the tool returns or how the status is represented. It states what is checked (rows, source signature, generated files) but does not describe the output shape, status codes, or interpretation. While it is a low-complexity tool with no parameters, the missing return-value semantics leave some ambiguity for an agent.

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 input schema has zero parameters, and schema description coverage is trivially 100%. Per the baseline rule for no-parameter tools, a score of 4 is appropriate because the description does not need to add parameter-specific semantics. No parameter-related information is missing.

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 clearly states the specific action (verify), the resource (current theme's background thumbnail cache), and the objects checked (rows, source signature, generated files). It distinguishes itself from build-type siblings like 'background_thumbnail_cache_build' by emphasizing read-only verification, so an agent can differentiate it without ambiguity.

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?

No guidance is given on when to use this tool versus its alternatives. The description does not mention related tools like 'background_thumbnail_cache_build' or 'background_set_local', nor does it advise on conditions (e.g., 'Use when you only need to check cache status without modifying it'). The implication of 'verify' and 'read-only' is present but not explicit.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hlsitechio/Omarchy-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server