Skip to main content
Glama

households_webhooks_update_one

Replace an existing household webhook to update its URL, name, enabled status, or schedule. Use this to modify webhook settings in Mealie.

Instructions

Update One — Households: Webhooks. Replace (full update) webhook. [PUT /api/households/webhooks/{item_id}] Keywords: households_webhooks_update_one, households webhooks update one, update webhook, replace webhook, edit webhook, modify webhook, save webhook, write webhook, webhook, webhooks, households webhooks, households, update, replace, edit, modify, save, write, put, mealie.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
item_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.11

TDQS

C2.6/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 behavioral burden. It usefully discloses PUT semantics and full replacement, but omits permissions, overwrite implications, required auth, and side effects for a mutation tool.

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?

The useful content is front-loaded, but the large keyword block is repetitive and noisy, restating the tool name and many synonyms. It detracts from conciseness and does not earn its place.

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

Completeness2/5

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

For a mutation tool with no annotations, no output schema, and low schema description coverage, the description is incomplete. It gives purpose and endpoint but omits parameter semantics, usage conditions, and behavioral caveats needed to invoke it safely.

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 almost no parameter meaning. It only echoes the item_id path placeholder and says nothing about body fields such as scheduledTime, url, name, enabled, or webhookType.

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?

States a specific verb and resource: 'Update One — Households: Webhooks. Replace (full update) webhook.' The HTTP endpoint and 'full update' wording distinguish it from create, get, delete, and other webhook siblings.

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 explicit when-to-use guidance or alternatives are provided. The description implies updating an existing webhook, but does not say when to choose this over create, get, delete, rerun, or test webhook tools.

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