Skip to main content
Glama

test_one

Triggers a test delivery for a Mealie household webhook using its UUID to confirm the endpoint is reachable.

Instructions

Test One — Households: Webhooks. Test webhook. [POST /api/households/webhooks/{item_id}/test] Keywords: test_one, test one, test webhook, create webhook, add webhook, new webhook, make webhook, write webhook, webhook, webhooks, households webhooks, households, test, create, add, new, make, write, post, mealie.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.11

TDQS

D1.8/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden, and it discloses nothing behavioral. It does not say that this triggers an outbound webhook delivery, what happens if the webhook is misconfigured, whether it is a side-effecting operation, or what a failure looks like. Only the HTTP verb hints at behavior.

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 short useful lines are front-loaded, but they are followed by a long comma-separated keyword blob that is pure padding and includes misleading terms. The signal-to-noise ratio is poor even though the total length is not extreme.

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?

With no annotations, no output schema, and an undocumented required parameter on a side-effecting POST, the description leaves an agent unable to judge prerequisites, effects, or outcomes. The keyword list does not compensate; it substitutes search bait for missing context.

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%, so the description must explain item_id, but it never mentions the parameter or clarifies that it is the webhook UUID rather than a household or recipe id. The uuid4 format in the schema is the only signal, and the description adds no meaning on top of it.

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

Purpose3/5

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

The phrase 'Test webhook' plus the POST endpoint [/api/households/webhooks/{item_id}/test] does convey a specific verb and resource, so the purpose is discernible. However, it is buried under a keyword dump and gives no differentiation from adjacent siblings such as rerun_webhooks or test_notification. The opening 'Test One — Households: Webhooks' is closer to a label than a purpose statement.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no when-to-use guidance at all. Worse, the keyword list advertises 'create webhook, add webhook, new webhook, make webhook, write webhook', which actively misdirects an agent toward this tool when it wants households_webhooks_create_one. Nothing says when to use this versus rerun_webhooks.

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