Skip to main content
Glama
davidmosiah

Wellness Cycle Coach

Cycle privacy audit

cycle_privacy_audit
Read-onlyIdempotent

Audit cycle data privacy by reviewing local storage, network transmission, and agent handling rules. Confirm no data leaves your device.

Instructions

Returns what wellness-cycle-coach stores locally (none), what it sends out (none), and agent rules for handling cycle data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
privacy_modeNoOptional privacy mode: summary | structured | raw. summary omits free-text notes when present; structured/raw return full payload.

Schema Changelog

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

  1. Changed1 schema field changedv0.4.3
    • addedInput schema / properties / privacy_mode
      Added value: +{
      +  "description": "Optional privacy mode: summary | structured | raw. summary omits free-text notes when present; structured/raw return full payload.",
      +  "enum": [
      +    "summary",
      +    "structured",
      +    "raw"
      +  ],
      +  "type": "string"
      +}
  2. Addedv0.3.6
  3. Removedv0.3.6
  4. First observedv0.3.5

TDQS

A3.8/5.0
Behavior4/5

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

The description adds valuable behavioral context beyond the readOnlyHint and idempotentHint annotations by stating that nothing is stored locally and nothing is sent out. This clarifies the tool's privacy guarantees and does not contradict 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, tightly worded sentence that front-loads the core action and lists the three return categories without repetition or filler. Every phrase adds meaning.

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?

For a simple read-only tool with one optional parameter and rich annotations, the description covers purpose, return categories, and safety profile. It lacks an explicit output structure, but no output schema exists and the described categories are likely sufficient for an agent to invoke it correctly.

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

Parameters3/5

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

Schema description coverage is 100% and the privacy_mode parameter includes a clear description of summary vs. structured/raw behavior, so the schema carries the parameter semantics. The tool description itself does not discuss the parameter, matching the baseline for high schema coverage.

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

Purpose4/5

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

The description clearly states the tool returns privacy-audit information: what is stored locally (none), what is sent out (none), and agent rules for cycle data. It is specific about the resource and purpose, though it does not explicitly differentiate itself from sibling tools like cycle_data_inventory.

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

Usage Guidelines3/5

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

The intended use is implied by the name and description — privacy and data-handling questions about wellness-cycle-coach. However, the description does not explicitly say when to use this tool instead of the many sibling cycle_* tools, and it offers no exclusions or alternative routing.

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/davidmosiah/wellness-cycle-coach'

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