Skip to main content
Glama
djwmarcx

Better Mealie MCP

Update Recipes Timeline Events By Item

update_recipes_timeline_events_by_item

Update a recipe timeline event by ID to correct its subject, message, or image. Keep recipe history accurate without recreating entries.

Instructions

Update One

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageNo
item_idYes
subjectYes
eventMessageNo
accept-languageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv3.20.1

TDQS

D1.5/5.0
Behavior1/5

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

With no annotations, the description carries the full burden, but 'Update One' reveals nothing about what changes, whether it is a partial update, what side effects occur, or what permissions are needed. This is even less informative than a minimal mutation description.

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?

'Update One' is short but not concise in a useful sense; it is severely under-specified. There is no front-loaded semantic content that helps an agent understand the operation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with five parameters, no annotations, and no explanation of behavior, this description is wholly inadequate. Although an output schema is present, the agent still lacks essential input semantics and usage context.

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% and the description adds no parameter meaning. It does not explain item_id, subject, image, eventMessage, or accept-language, leaving the agent without the context needed to populate them correctly.

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

Purpose2/5

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

The description is only 'Update One', which restates the 'update' verb from the title and gives no resource or scope. It fails to identify that this updates a recipe timeline event by item, and cannot be distinguished from siblings like update_recipes_timeline_events_by_item_image.

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 on when to use this tool versus alternatives. It does not mention the item-based targeting, when to prefer it over other timeline event update tools, or any exclusions.

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