Skip to main content
Glama

households_webhooks_create_one

Create a Mealie household webhook to send meal-plan events to an external URL at a scheduled time.

Instructions

Create One — Households: Webhooks. Create webhook. [POST /api/households/webhooks] Keywords: households_webhooks_create_one, households webhooks create one, create webhook, add webhook, new webhook, make webhook, write webhook, webhook, webhooks, households webhooks, households, create, add, new, make, write, post, mealie.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.11

TDQS

C2.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 HTTP method and endpoint (POST /api/households/webhooks), but gives no information about authentication, permissions, side effects, required fields, or response behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The core sentences are front-loaded and efficient, but the long keyword list is repetitive, low-value boilerplate that bloats the description without adding clarity.

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 create mutation with a required nested body object and no output schema, the description is incomplete. It lacks parameter details, validation rules, and behavioral context needed for correct invocation.

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 does not explain any of the body's nested fields (url, name, enabled, webhookType, scheduledTime). It fails to compensate for the lack of schema documentation.

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

Purpose4/5

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

States a specific verb and resource: 'Create webhook' under 'Households: Webhooks'. This is clear enough to distinguish from get/update/delete webhooks, but it does not explicitly differentiate itself from sibling tools or mention alternatives.

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?

Provides no guidance on when to use this tool versus alternatives such as households_webhooks_get_all or households_webhooks_update_one. The keywords do not constitute usage instructions.

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