Skip to main content
Glama
djwmarcx

Better Mealie MCP

Create Households Webhooks

create_households_webhooks

Set up an automated webhook for household meal plans by defining a scheduled time and optional URL to trigger notifications.

Instructions

Create One

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
nameNo
enabledNo
webhookTypeNo
scheduledTimeYes
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 is the sole source of behavioral disclosure. 'Create One' reveals nothing about side effects, required ownership, validation behavior, response contents, or failure cases for a mutating endpoint.

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. Front-loading is irrelevant when the only sentence contains no substantive information.

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?

A six-parameter creation endpoint with no annotations and a two-word description is materially incomplete. The output schema may document return values, but agents cannot determine what the tool does, when to call it, or what the parameters mean.

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 for six parameters including the required scheduledTime. It does not mention or explain any parameter, making the input schema the only (and minimal) source of meaning.

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 'Create One' provides only a verb and a vague pronoun; it never names the resource (household webhooks) nor any aspect that distinguishes this from create_households_webhooks_rerun or create_households_webhooks_by_item_test. It is essentially a placeholder that restates the title's 'Create' without adding meaning.

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 about when to use this tool instead of list/update/delete/rerun/test webhook siblings. The name implies creating a webhook, but the description itself provides no context, prerequisites, or alternatives.

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