Skip to main content
Glama

get_statistics

List household statistics from the Mealie REST API to review counts, usage, and other metrics for self-service households.

Instructions

Get Statistics — Households: Self Service. List statistics. [GET /api/households/statistics] Keywords: get_statistics, get statistics, list statistic, list statistics, get statistic, search statistic, search statistics, find statistic, find statistics, browse statistic, browse statistics, fetch statistic, fetch statistics, read statistic, read statistics, statistic, statistics, households self service, households, list, get, search, find, browse, fetch, read, 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.8/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. The 'list'/'GET' phrasing implies a read-only operation, but there is no disclosure of return format, whether results are scoped to the logged-in household, permission requirements, or pagination 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 core sentence is front-loaded, but it is buried under an extensive keyword list that repeats 'statistic'/'statistics' with a dozen synonyms. That bulk adds no routing information and hurts readability.

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?

With no annotations and no output schema, the description is the only source of behavioral detail, and it says nothing about what 'statistics' are returned or what shape the response takes. For a household-scoped reader in a large tool set, this leaves the agent guessing.

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 the schema has nothing to communicate and the baseline of 4 applies. The description adds no parameter meaning, but none is needed.

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?

The description gives a specific verb+resource ('List statistics') scoped to Households: Self Service and even cites the underlying endpoint GET /api/households/statistics. It is clear what the tool does, though it never contrasts itself with any of the many sibling get_* tools.

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 statement of when to use this tool versus alternatives, no prerequisites, and no exclusions. An agent reading it knows what it does but not when to reach for it over, say, get_household or other household-scoped readers.

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