Skip to main content
Glama

groups_reports_get_all

List all reports for a Mealie group, optionally filtering by report type such as backup, restore, migration, or bulk import.

Instructions

Get All — Groups: Reports. List reports. [GET /api/groups/reports] Keywords: groups_reports_get_all, groups reports get all, list report, list reports, get report, get reports, search report, search reports, find report, find reports, browse report, browse reports, fetch report, fetch reports, read report, read reports, report, reports, groups reports, groups, list, get, search, find, browse, fetch, read, read-only, mealie.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
report_typeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.11

TDQS

C2.7/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 behavioral burden. It only weakly signals read-only via a 'read-only' keyword, and says nothing about required permissions, pagination, response shape, or what report_type filtering does. Significant gaps for a list endpoint with zero annotation coverage.

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 useful content is two short clauses, swamped by a long redundant keyword list that repeats 'report/reports' and verbs dozens of times. The purpose is front-loaded, but the bulk of the text adds no value and dilutes signal.

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?

For a list endpoint with no output schema and no annotations, the description should explain what a report is, what report_type filters, and any scoping. Instead it stops at 'List reports', leaving the agent without enough context to use the filter correctly.

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?

Schema description coverage is 0% and the single parameter (report_type) with its ReportCategory enum (backup/restore/migration/bulk_import) is never mentioned in the description. The description fails to compensate for the coverage gap, leaving the optional filter undocumented.

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 clear verb and resource ('List reports', endpoint GET /api/groups/reports), which distinguishes it from the sibling groups_reports_get_one by the 'Get All' framing. The signal is somewhat buried under keyword spam, but the core purpose is unambiguous.

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?

No explicit when-to-use or when-not-to-use text; the only guidance is the implicit 'Get All' vs the sibling 'get_one', which an agent can infer. No prerequisites or filtering conditions are stated.

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