Skip to main content
Glama
djwmarcx

Better Mealie MCP

List Households Mealplans Today

list_households_mealplans_today

Get today's meal plans across all households to see what's scheduled for the day. Useful for quick daily meal overview.

Instructions

Get Todays Meals

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accept-languageNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv3.20.1

TDQS

C2.1/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 behavioral disclosure. It only states a read-like action with a date scope, but does not mention return format, authentication needs, pagination, or any other behavioral characteristics.

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 description is extremely short, but this is under-specification rather than effective conciseness. It lacks structured context and does not provide enough information to be a useful standalone definition.

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 output schema and no annotations, the description should explain what is returned and in what form. 'Get Todays Meals' leaves too much unspecified for an agent to invoke the tool with confidence, though the tool's simple nature prevents a score of 1.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% for the single optional parameter 'accept-language', and the description adds no parameter meaning. The agent is left without any explanation of the parameter's purpose or format.

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 has a recognizable verb and object: 'Get Todays Meals' implies returning meals for the current day. However, it omits the household/meal-plan context and does not distinguish this from sibling tools like list_households_mealplans, so the purpose is only moderately clear.

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 guidance about when to use this tool instead of alternatives. The word 'Todays' implies a temporal scope, but no explicit when-to-use/when-not-to-use instructions or comparisons to sibling tools are provided.

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