Skip to main content
Glama
davidmosiah

Wellness Nourish

Clear day

nourish_clear_day
DestructiveIdempotent

Delete all food and hydration entries for a specific date after user confirmation. Remove logged intake records to reset daily nutrition data.

Instructions

Delete all local intake entries for a date after explicit user intent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes
response_formatNojson
include_hydrationNoIf true, also clear all hydration entries for the date in addition to intake.
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 destructive and idempotent behavior. The description adds important context: the tool only operates on local entries and requires explicit user intent, which is not captured by annotations.

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, clear sentence with no unnecessary words. It is front-loaded and efficient.

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 destructive tool with four parameters and no output schema, the description is too brief. It omits details about what happens after clearing, the effect of include_hydration, and the required format of the explicit_user_intent parameter, leaving agents with insufficient guidance.

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 50%, but the tool description only vaguely references the date parameter ('for a date'). It fails to explain other parameters like response_format, include_hydration, or explicit_user_intent, which are crucial for correct invocation.

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?

Description clearly states it deletes all local intake entries for a date, distinguishing it from sibling tools like nourish_delete_intake or nourish_clear_hydration_day. The inclusion of hydration is optional, but the core intent is unambiguous.

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

Usage Guidelines4/5

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

The description mentions 'after explicit user intent', providing a usage condition. However, it does not explicitly compare with alternatives or specify when not to use it, leaving room for confusion with similar tools.

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