Skip to main content
Glama
djwmarcx

Better Mealie MCP

Create Households Events Notifications By Item Test

create_households_events_notifications_by_item_test

Send a test household event notification for a specified item ID, allowing you to verify notification delivery and configuration without waiting for a real event.

Instructions

Test Notification

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYes
accept-languageNo

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 provided, the description carries the full burden of behavioral disclosure, and 'Test Notification' discloses nothing: it does not say whether a real notification is sent, whether the operation is a dry run, whether it mutates state, or what side effects occur. This is a near-total absence of behavioral context.

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?

Two words is under-specification, not conciseness. There is no front-loaded information because there is no substantive content at all; the text does not earn its place as a usable tool description.

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 tool with no annotations, no output schema, and a descriptive name implying a mutating 'test' action, the description must at minimum state the action and the meaning of item_id. 'Test Notification' is completely inadequate for an agent to decide to invoke it safely or correctly.

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%, so the description must compensate by explaining what item_id refers to and what accept-language controls. It does neither, leaving both parameters completely undocumented in prose.

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 'Test Notification' is a two-word noun phrase that restates fragments of the name ('test', 'notification') without stating an action verb or the resource being acted on. It does not distinguish this tool from the sibling create_households_events_notifications, and it is unclear whether the tool creates, sends, or simulates a test notification.

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 guidance is given for when to use this tool versus alternatives such as create_households_events_notifications or create_households_webhooks_by_item_test. There is no mention of test-versus-production flows, prerequisites, or exclusions, so an agent has nothing to route on.

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