Skip to main content
Glama

get_household_preferences

List household preferences from Mealie to inspect configured settings for recipes, meal plans, and shopping lists.

Instructions

Get Household Preferences — Households: Self Service. List preferences. [GET /api/households/preferences] Keywords: get_household_preferences, get household preferences, list preference, list preferences, get preference, get preferences, search preference, search preferences, find preference, find preferences, browse preference, browse preferences, fetch preference, fetch preferences, read preference, read preferences, preference, preferences, 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.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 behavioral burden. It implies a read (GET /api/households/preferences) but says nothing about auth requirements, what the preferences payload contains, whether pagination applies, or whether results are household-scoped. For a tool with zero annotation coverage this is thin.

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 statement is front-loaded and short, but roughly two-thirds of the text is a keyword dump (get/list/search/find/browse/fetch/read repetitions) that adds no semantic value and bloats the definition.

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 zero-parameter read tool with no output schema, the description covers the minimum (what it fetches) but leaves the response shape and scoping unaddressed. Adequate but with clear gaps.

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 baseline is 4; the schema is self-explanatory and there is nothing the description needs to compensate for.

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+resource ('Get Household Preferences', 'List preferences'), which is clear enough for an agent. However it does not distinguish itself from the sibling update_household_preferences or get_group_preferences / get_logged_in_user_household beyond the resource name, so it stops short of a 5.

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 when-to-use, when-not-to-use, or alternative-tool guidance. The 'Households: Self Service' tag hints at scope but does not tell the agent anything actionable about selecting this tool over siblings.

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