Skip to main content
Glama

Server Details

Stress recovery protocols via Lightning payments: post-concussion, post-COVID, burnout

Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.

If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
reitsmasieto-wq/overcome-stress-mcp
GitHub Stars
0

TDQS

A3.9/5.0

Scored across 5 tools

Disambiguation5/5

Each tool serves a distinct function: assessment, browsing, previewing, and two separate purchase types (skill vs. trajectory). There is no ambiguity in purpose.

Naming Consistency5/5

All tool names follow a consistent pattern of lowercase verbs or verb_noun compounds (assess, catalog, preview, buy_skill, buy_trajectory). Predictable and readable.

Tool Count5/5

5 tools is well-scoped for the server's purpose—covering assessment, catalog browsing, preview, and two purchase options without redundancy or unnecessary bloat.

Completeness2/5

The purchase tools return invoices but there is no tool to access or retrieve purchased content, creating a dead end in the user journey. Significant gap in the lifecycle.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 5 tool updates
    • Changedassess4 fields changed
      • addedInput schema / properties / symptoms / description
        Added value: +"Description of client symptoms, e.g. 'headaches, fatigue, brain fog, difficulty concentrating, anxiety after concussion or burnout."
      • removedInput schema / properties / symptoms / title
        Removed value: -"Symptoms"
      • removedInput schema / title
        Removed value: -"assessArguments"
      • changedOutput schema / (root)
        Previous value: -{
        -  "properties": {
        -    "result": {
        -      "title": "Result",
        -      "type": "string"
        -    }
        -  },
        -  "required": [
        -    "result"
        -  ],
        -  "title": "assessOutput",
        -  "type": "object"
        -}New value: +null
    • Changedbuy_skill4 fields changed
      • addedInput schema / properties / skill_id / description
        Added value: +"Skill identifier from catalog, e.g. 'K01' for stress basics, 'K02' for autonomic nervous system regulation."
      • removedInput schema / properties / skill_id / title
        Removed value: -"Skill Id"
      • removedInput schema / title
        Removed value: -"buy_skillArguments"
      • changedOutput schema / (root)
        Previous value: -{
        -  "properties": {
        -    "result": {
        -      "title": "Result",
        -      "type": "string"
        -    }
        -  },
        -  "required": [
        -    "result"
        -  ],
        -  "title": "buy_skillOutput",
        -  "type": "object"
        -}New value: +null
    • Changedbuy_trajectory4 fields changed
      • addedInput schema / properties / trajectory_id / description
        Added value: +"Trajectory identifier from catalog, e.g. 'T1' for post-concussion recovery, 'T2' for burnout, 'T3' for post-COVID."
      • removedInput schema / properties / trajectory_id / title
        Removed value: -"Trajectory Id"
      • removedInput schema / title
        Removed value: -"buy_trajectoryArguments"
      • changedOutput schema / (root)
        Previous value: -{
        -  "properties": {
        -    "result": {
        -      "title": "Result",
        -      "type": "string"
        -    }
        -  },
        -  "required": [
        -    "result"
        -  ],
        -  "title": "buy_trajectoryOutput",
        -  "type": "object"
        -}New value: +null
    • Changedcatalog7 fields changed
      • removedInput schema / properties / category / anyOf
        Removed value: -[
        -  {
        -    "type": "string"
        -  },
        -  {
        -    "type": "null"
        -  }
        -]
      • removedInput schema / properties / category / default
        Removed value: -null
      • addedInput schema / properties / category / description
        Added value: +"Filter by category: 'skills' for individual exercises or 'trajectories' for 12-week programs."
      • removedInput schema / properties / category / title
        Removed value: -"Category"
      • addedInput schema / properties / category / type
        Added value: +"string"
      • removedInput schema / title
        Removed value: -"catalogArguments"
      • changedOutput schema / (root)
        Previous value: -{
        -  "properties": {
        -    "result": {
        -      "title": "Result",
        -      "type": "string"
        -    }
        -  },
        -  "required": [
        -    "result"
        -  ],
        -  "title": "catalogOutput",
        -  "type": "object"
        -}New value: +null
    • Changedpreview4 fields changed
      • addedInput schema / properties / trajectory_id / description
        Added value: +"Trajectory identifier from catalog, e.g. 'T1' for post-concussion, 'T2' for burnout, 'T3' for post-COVID."
      • removedInput schema / properties / trajectory_id / title
        Removed value: -"Trajectory Id"
      • removedInput schema / title
        Removed value: -"previewArguments"
      • changedOutput schema / (root)
        Previous value: -{
        -  "properties": {
        -    "result": {
        -      "title": "Result",
        -      "type": "string"
        -    }
        -  },
        -  "required": [
        -    "result"
        -  ],
        -  "title": "previewOutput",
        -  "type": "object"
        -}New value: +null
  2. 5 tool updates
    • Changedassess4 fields changed
      • removedInput schema / $defs
        Removed value: -{
        -  "AssessIn": {
        -    "properties": {
        -      "symptoms": {
        -        "maxLength": 500,
        -        "minLength": 3,
        -        "title": "Symptoms",
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "symptoms"
        -    ],
        -    "title": "AssessIn",
        -    "type": "object"
        -  }
        -}
      • removedInput schema / properties / params
        Removed value: -{
        -  "$ref": "#/$defs/AssessIn"
        -}
      • addedInput schema / properties / symptoms
        Added value: +{
        +  "title": "Symptoms",
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "params"
        -]New value: +[
        +  "symptoms"
        +]
    • Changedbuy_skill4 fields changed
      • removedInput schema / $defs
        Removed value: -{
        -  "SkillIn": {
        -    "properties": {
        -      "skill_id": {
        -        "maxLength": 5,
        -        "minLength": 2,
        -        "title": "Skill Id",
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "skill_id"
        -    ],
        -    "title": "SkillIn",
        -    "type": "object"
        -  }
        -}
      • removedInput schema / properties / params
        Removed value: -{
        -  "$ref": "#/$defs/SkillIn"
        -}
      • addedInput schema / properties / skill_id
        Added value: +{
        +  "title": "Skill Id",
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "params"
        -]New value: +[
        +  "skill_id"
        +]
    • Changedbuy_trajectory6 fields changed
      • removedInput schema / $defs
        Removed value: -{
        -  "TrajIn": {
        -    "properties": {
        -      "trajectory_id": {
        -        "maxLength": 4,
        -        "minLength": 2,
        -        "title": "Trajectory Id",
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "trajectory_id"
        -    ],
        -    "title": "TrajIn",
        -    "type": "object"
        -  }
        -}
      • removedInput schema / properties / params
        Removed value: -{
        -  "$ref": "#/$defs/TrajIn"
        -}
      • addedInput schema / properties / trajectory_id
        Added value: +{
        +  "title": "Trajectory Id",
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "params"
        -]New value: +[
        +  "trajectory_id"
        +]
      • changedInput schema / title
        Previous value: -"buy_trajArguments"New value: +"buy_trajectoryArguments"
      • changedOutput schema / title
        Previous value: -"buy_trajOutput"New value: +"buy_trajectoryOutput"
    • Changedcatalog4 fields changed
      • removedInput schema / $defs
        Removed value: -{
        -  "CatIn": {
        -    "properties": {
        -      "category": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ],
        -        "default": null,
        -        "title": "Category"
        -      }
        -    },
        -    "title": "CatIn",
        -    "type": "object"
        -  }
        -}
      • addedInput schema / properties / category
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "string"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "default": null,
        +  "title": "Category"
        +}
      • removedInput schema / properties / params
        Removed value: -{
        -  "$ref": "#/$defs/CatIn"
        -}
      • removedInput schema / required
        Removed value: -[
        -  "params"
        -]
    • Changedpreview4 fields changed
      • removedInput schema / $defs
        Removed value: -{
        -  "TrajIn": {
        -    "properties": {
        -      "trajectory_id": {
        -        "maxLength": 4,
        -        "minLength": 2,
        -        "title": "Trajectory Id",
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "trajectory_id"
        -    ],
        -    "title": "TrajIn",
        -    "type": "object"
        -  }
        -}
      • removedInput schema / properties / params
        Removed value: -{
        -  "$ref": "#/$defs/TrajIn"
        -}
      • addedInput schema / properties / trajectory_id
        Added value: +{
        +  "title": "Trajectory Id",
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "params"
        -]New value: +[
        +  "trajectory_id"
        +]
  3. 5 tool updates
    • First observedassess
    • First observedbuy_skill
    • First observedbuy_trajectory
    • First observedcatalog
    • First observedpreview

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.