Skip to main content
Glama
davidmosiah

Wellness Nourish

Clear hydration day

nourish_clear_hydration_day
DestructiveIdempotent

Clear all local hydration entries for a specific date after explicit user confirmation. Does not affect intake data.

Instructions

Delete all local hydration entries for a date after explicit user intent. Does not touch intake — pair with nourish_clear_day or use nourish_clear_day { include_hydration: true } for both.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes
response_formatNojson
explicit_user_intentNoPass true only after the user explicitly asked to save, log, set, or delete this personal nutrition data.
Behavior4/5

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

Annotations already indicate destructiveHint=true and idempotentHint=true. The description adds valuable context: the tool requires explicit user intent and does not affect intake entries. This goes beyond just repeating annotation info.

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?

Two sentences, no fluff. The first sentence states the primary action and condition; the second provides immediate context about scope and alternatives. Front-loaded with key information.

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

Completeness5/5

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

Given the destructive, conditional nature of the tool and the presence of closely related siblings, the description is remarkably complete. It covers what, when (with condition), what not, and how to achieve a related action. No missing elements for an agent to select and invoke it correctly.

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 coverage is low (33%): only explicit_user_intent has a description. The description mentions 'after explicit user intent' which relates to that parameter, but it does not explain the date format or the response_format parameter. The date pattern in the schema is self-explanatory, but the tool description should have clarified the role of the boolean more directly.

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 clearly states the verb (Delete), the resource (local hydration entries), and the condition (for a date after explicit user intent). It also distinguishes from sibling tool nourish_clear_day by noting what it does not touch (intake).

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool (after explicit user intent) and provides clear alternatives: pair with nourish_clear_day or use nourish_clear_day with include_hydration:true for both hydration and intake. This leaves no ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidmosiah/wellness-nourish'

If you have feedback or need assistance with the MCP directory API, please join our Discord server