Skip to main content
Glama
ni-c

mealie-mcp

by ni-c

List meal plan entries

list_mealplans
Read-only

List meal plan entries within a date range, showing each entry as either a recipe reference or a free-text note.

Instructions

Lists the meal plan of the household in a date range. Each entry is either a recipe reference or a free-text note.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-based page number, default 1
end_dateNoLast day to include, YYYY-MM-DD
per_pageNoNumber of entries to return, default 50, max 100
start_dateNoFirst day to include, YYYY-MM-DD
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare readOnlyHint true, so the description doesn't need to reiterate read-only nature. However, it adds value by disclosing that entries are either recipe references or notes, which is beyond schema. It does not describe pagination, ordering, or behavior with empty results. No contradictions with annotations.

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

Conciseness5/5

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

The description is only two short sentences, completely front-loaded with the purpose and a detail about entry types. Every word earns its place with no fluff or repetition.

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 4 optional params and no output schema, the description provides essential meaning but leaves gaps. It does not explain default behavior when start/end date are omitted (e.g., full plan or recent range?), nor the order of entries or pagination behavior. The mention of entry types is helpful, but more context about return format or behavioral defaults would improve completeness.

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

Parameters3/5

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

Schema coverage is 100% with each parameter already having a description (page, end_date, per_page, start_date). The tool description does not add any additional meaning or constraints beyond what the schema provides. Baseline 3 is appropriate.

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

Purpose5/5

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

The description clearly states the tool lists meal plan entries for a household within a date range. It specifies the verb 'Lists' and the resource 'meal plan of the household', and distinguishes the output as either recipe references or free-text notes. This clearly differentiates it from sibling tools like get_todays_meals (likely single day) and create/update/delete meal plan entries.

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?

The description implies the tool is for viewing meal plans over a date range, but it does not explicitly state when to use this versus alternatives like get_todays_meals or create_mealplan_entry. No guidance on when not to use, prerequisites, or exclusions is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ni-c/mealie-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server