Skip to main content
Glama
djwmarcx

Better Mealie MCP

List Admin Maintenance

list_admin_maintenance

Retrieve the maintenance summary to review system health and pending administrative tasks.

Instructions

Get the maintenance summary

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accept-languageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv3.20.1

TDQS

C2.4/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 of disclosing behavioral traits. 'Get' implies a read-only retrieval, but the description does not state whether this summary requires admin privileges, whether it triggers any maintenance actions, or whether it simply reports current state. This is a meaningful transparency gap for an admin-scoped tool.

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

Conciseness3/5

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

The description is extremely short and front-loaded with the action verb, which is efficient, but the brevity is mostly a result of under-specification rather than carefully structured content. It lacks any details that would help an agent understand scope, usage, or context. It is not as vacuous as a single-word description, but it is only minimally adequate.

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?

Given the low complexity of the tool (one optional parameter) and the presence of an output schema, the description is close to sufficient for a straightforward retrieval call. However, it leaves the meaning of 'maintenance summary' ambiguous and provides no context about admin authorization or how this endpoint differs from related maintenance tools. This creates a clear but non-fatal completeness gap.

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?

The schema has one optional parameter, accept-language, with no schema-level description, and the tool description does not mention it. Although the parameter is self-explanatory and optional, the description adds no semantic value beyond the bare schema. The low schema coverage is not compensated for in the description.

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

Purpose3/5

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

The description states a clear action ('Get') and a resource ('the maintenance summary'), but 'maintenance summary' is vague and does not specify what the summary contains or how it relates to the more specific maintenance sibling tools like list_admin_maintenance_storage. It is not a tautology, but it lacks enough specificity to fully distinguish this tool from others in the maintenance domain.

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?

The description provides no guidance on when to use this tool versus the many related admin maintenance tools, such as list_admin_maintenance_storage or create_admin_maintenance_clean_images. There is no mention of exclusions, prerequisites, or alternatives. An agent must infer the intended use solely from the name and vague description.

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