Skip to main content
Glama
davidmosiah

Wellness Nourish

Forget personal nutrition memory

nourish_forget_memory
DestructiveIdempotent

Forget a locally saved meal by providing its ID or label. Requires explicit user confirmation to delete personal nutrition data.

Instructions

Delete a local remembered meal by id or label after explicit user intent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_or_labelYes
explicit_user_intentNoPass true only after the user explicitly asked to save, log, set, or delete this personal nutrition data.
response_formatNojson
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 the context of requiring explicit user intent, and clarifies the scope ('local remembered meal'), adding value beyond the 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, focused sentence with no filler, front-loading the core purpose and key condition.

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

Completeness4/5

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

Given the tool's simplicity (3 params, no output schema), the description covers the essential purpose and usage condition. It could hint at retrieving the id/label from nourish_list_memory, but is otherwise adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With only 33% schema coverage, the description partially compensates by explaining that id_or_label is used to identify the meal and that explicit_user_intent must reflect user permission. It does not address response_format, but this is a common parameter.

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 action ('Delete'), the resource ('local remembered meal'), and the means to identify it ('by id or label'), distinguishing it from sibling tools like nourish_delete_intake or nourish_remember_meal.

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 specifies a key condition ('after explicit user intent'), but does not explicitly mention when not to use the tool or provide alternatives like nourish_list_memory to find ids/labels.

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