Skip to main content
Glama
djwmarcx

Better Mealie MCP

Create Households Webhooks Rerun

create_households_webhooks_rerun

Re-fires all webhooks scheduled for today, ensuring missed or failed automated deliveries are reprocessed on demand.

Instructions

Manually re-fires all previously scheduled webhooks for today

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accept-languageNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv3.20.1

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It reveals the action and scope, but does not mention side effects such as duplicate webhook deliveries to external receivers, idempotency, required authorization, or what happens if no webhooks are scheduled.

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 a single, tight sentence with no filler. It front-loads the action ('Manually re-fires') and immediately specifies the scope ('all previously scheduled webhooks for today').

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?

The tool is simple: no required parameters and no output schema, so the basic invocation is clear. However, because it is a mutating action with no annotations, the description is somewhat thin on consequences, return behavior, and operational context beyond the one-line action.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not mention the only parameter, accept-language. While the parameter is optional and its name is fairly self-explanatory, the description adds no meaning beyond the schema and does not compensate for the low schema coverage.

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 uses a specific verb ('re-fires') with a clear resource ('all previously scheduled webhooks for today'), making the tool's purpose immediately understandable. It also distinguishes itself from siblings like create_households_webhooks (creation) and create_households_webhooks_by_item_test (single webhook test).

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 action implies a usage scenario: manually re-triggering scheduled webhooks for the current day. However, there is no explicit guidance about when to prefer this over alternatives such as create_households_webhooks_by_item_test or list_households_webhooks, and no exclusion criteria are stated.

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