Skip to main content
Glama
turnnoblindeye

Wellness Project MCP

delete_run

DestructiveIdempotent

Delete a logged run from your wellness records. Identify the entry by ID or date, optionally with distance, and confirm when the request is ambiguous.

Instructions

UNIT INPUTS: never convert units yourself. Pass the user's number for a _lb / _mi / _in field exactly as stated, and when they gave kg / km / cm set input_weight_unit / input_distance_unit / input_length_unit in that same object. Omit the companion when the number is already lb / mi / in. The tool converts once before storage, so this overrides any wording that asks you to do the arithmetic.

Delete a run. Use when the user wants to remove a run entry. ASK for confirmation if the user's intent is ambiguous.

SELECTOR — pass id if known, or date (+ optional distance_mi to narrow, matched approximately within 0.25 mi) to resolve it. Exactly one of id or date required. If it matches more than one run, the call errors with candidate IDs to retry with.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoRun UUID. Alternative to date.
dateNoAlternative to id: the date (YYYY-MM-DD) the run was logged on. Optionally narrow with distance_mi.
distance_miNoOptional, narrows date to a run within 0.25 mi of this value when more than one run shares that date. Ignored when id is given. In mi, or km with input_distance_unit set. See UNIT INPUTS.
input_distance_unitNoSet to km when the user gave km for the _mi fields in this object. Omit when they are already mi.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesHuman-readable result text returned by the tool.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.2.1

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already mark this as destructive and idempotent, and the description adds meaningful behavior beyond that: it will error with candidate IDs when multiple runs match, distance matching is approximate within 0.25 mi, and unit conversion is handled internally so the agent must never convert values itself. This gives the agent important operational expectations not encoded elsewhere.

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

Conciseness4/5

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

The description is appropriately sized and every sentence contributes useful information, but the main purpose ('Delete a run') is not front-loaded; the tool starts with a unit-inputs caveat instead. The selector and ambiguity guidance are well organized afterward, so the structure is good but not maximally focused.

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?

The description covers all necessary invocation context: when to use it, confirmation behavior, how to choose between id and date, approximate matching, unit handling, and the error outcome when multiple runs match. An output schema exists, so not detailing return values is acceptable; nothing an agent needs to call this tool correctly is missing.

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

Parameters5/5

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

While schema coverage is 100%, the description adds critical semantic rules not present in the schema: exactly one of id or date is required, distance_mi is ignored when id is given, distance matching is approximate, and input_distance_unit only applies when the user supplied km. These constraints materially change how the parameters should be used and are essential 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?

The description opens the second paragraph with 'Delete a run. Use when the user wants to remove a run entry,' which names a specific verb and resource and clearly distinguishes this tool from run-logging or run-listing siblings like log_run, list_runs, and show_runs. The title and name reinforce the action, and the description adds unambiguous purpose.

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 states when to use the tool ('when the user wants to remove a run entry') and instructs the agent to ask for confirmation if intent is ambiguous. It also provides selection guidance for resolving the target run, but it does not explicitly mention when-not-to-use or compare against sibling deletion tools, so it stops just short of full exclusion guidance.

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

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/turnnoblindeye/wellness-project-mcp'

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