overcome-stress
Server Details
Stress recovery protocols via Lightning payments: post-concussion, post-COVID, burnout
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- reitsmasieto-wq/overcome-stress-mcp
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.9/5 across 5 of 5 tools scored.
Each tool serves a distinct function: assessment, browsing, previewing, and two separate purchase types (skill vs. trajectory). There is no ambiguity in purpose.
All tool names follow a consistent pattern of lowercase verbs or verb_noun compounds (assess, catalog, preview, buy_skill, buy_trajectory). Predictable and readable.
5 tools is well-scoped for the server's purpose—covering assessment, catalog browsing, preview, and two purchase options without redundancy or unnecessary bloat.
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.
Available Tools
5 toolsassessARead-onlyIdempotentInspect
Assess client symptoms and recommend Corpus Systemics therapy content for post-concussion, post-COVID, burnout or chronic stress.
| Name | Required | Description | Default |
|---|---|---|---|
| symptoms | Yes | Description of client symptoms, e.g. 'headaches, fatigue, brain fog, difficulty concentrating, anxiety after concussion or burnout. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, providing safety and idempotency. The description adds that it recommends therapy content, but does not disclose additional behavioral details such as output format. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no redundant phrases. It efficiently communicates purpose and target conditions.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter tool with no output schema, the description is mostly complete: it states the input (symptoms) and the outcome (recommended therapy content). It could explicitly describe the return format, but is adequate for the low complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The parameter 'symptoms' has a description and example, achieving 100% schema coverage. The tool description does not add significant meaning beyond the schema, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Assess' and names the resource ('client symptoms') and the outcome ('recommend Corpus Systemics therapy content'). It clearly distinguishes from sibling tools like buy_skill, catalog, and preview.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies clear usage context: assessing clients with symptoms related to post-concussion, post-COVID, burnout, or chronic stress. It does not explicitly mention alternatives or exclusions, but the context is unambiguous.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
buy_skillAInspect
Purchase a single therapy skill via Bitcoin Lightning Network (25-100 satoshis). Returns a Lightning invoice for immediate payment.
| Name | Required | Description | Default |
|---|---|---|---|
| skill_id | Yes | Skill identifier from catalog, e.g. 'K01' for stress basics, 'K02' for autonomic nervous system regulation. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations only provide idempotentHint=false and destructiveHint=false, leaving the description to carry behavioral context. It adds the payment method (Lightning Network), price range (25-100 satoshis), and the immediate return of an invoice. However, it does not disclose post-payment effects (e.g., skill unlock, non-refundability) or failure modes, so coverage remains partial.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence that states the purpose, payment method, price range, and return value. Every piece of information earns its place; there is no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with one parameter and no output schema, the description covers the essential aspects: what it does, how payment works, and what is returned. It could briefly mention the post-payment step (skill becomes available) but overall is sufficiently complete for its simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides 100% coverage for the single parameter (skill_id) with examples of valid values. The description adds no additional parameter semantics beyond what the schema already conveys, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb ('Purchase'), a resource ('single therapy skill'), and a distinct context ('via Bitcoin Lightning Network'). It also distinguishes from the sibling tool buy_trajectory by specifying 'skill' rather than 'trajectory'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context (purchasing a skill, likely after browsing catalog/preview) but does not explicitly state when to use this tool versus alternatives like buy_trajectory. It offers no exclusions or conditions, so guidance is only implicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
buy_trajectoryAInspect
Purchase a complete 12-week Corpus Systemics recovery trajectory via Bitcoin Lightning Network (150 satoshis). Returns a Lightning invoice.
| Name | Required | Description | Default |
|---|---|---|---|
| trajectory_id | Yes | Trajectory identifier from catalog, e.g. 'T1' for post-concussion recovery, 'T2' for burnout, 'T3' for post-COVID. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds behavioral context beyond annotations by noting that the tool returns a Lightning invoice and specifies the cost and payment method. However, it does not disclose potential consequences of purchase (e.g., irreversibility, activation process, time limits) or any risks beyond the annotation hints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, focused sentence that conveys all essential information: action, object, duration, payment method, cost, and return value. It is front-loaded and contains no unnecessary words or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with a single parameter and no output schema, the description covers basic elements: it returns an invoice and states cost. However, it omits context like needing to first browse the catalog to obtain a trajectory_id, how the invoice is to be used, and what happens after payment. This leaves some gaps for an agent to fully understand the purchase flow.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already provides full description for the only parameter (trajectory_id) with examples. The tool description does not add any additional meaning or clarification for the parameter, so the baseline of 3 is appropriate since the schema is comprehensive.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: purchasing a recovery trajectory via Bitcoin Lightning. It specifies the resource (trajectory), the action (purchase), and distinct attributes (12-week, cost). This differentiates it from sibling tools like buy_skill, which would presumably purchase skills instead.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like buy_skill, catalog, or preview. It does not mention prerequisites (e.g., obtaining a trajectory_id from catalog) or exclusions. The usage is only implied by the tool's name and action.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
catalogARead-onlyIdempotentInspect
Browse the complete Corpus Systemics therapy content catalog. Returns available skills (25-100 sats) and 12-week recovery trajectories (150 sats) for post-concussion, post-COVID, burnout and chronic stress.
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter by category: 'skills' for individual exercises or 'trajectories' for 12-week programs. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and idempotentHint, so the safety profile is known. The description adds domain context (pricing, target conditions) but does not disclose additional behavioral traits such as return format, pagination, or authorization requirements. Given annotations cover the main concerns, a score of 3 is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core purpose, and includes relevant details (pricing, conditions) without any fluff. Every sentence earns its place, achieving excellent conciseness and structure.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only catalog tool with one optional parameter and no output schema, the description is complete. It states exactly what the tool returns (skills and trajectories), includes pricing and target conditions, and works well with the annotations to give a full picture.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with the optional 'category' parameter clearly explained in the schema. The description reinforces the meaning by mentioning skills and trajectories, but it does not add significant semantic value beyond the schema, so the baseline of 3 holds.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool 'Browse[s] the complete Corpus Systemics therapy content catalog' with a specific verb and resource. It also differentiates from siblings by specifying that it returns available skills and trajectories, whereas siblings like buy_skill and buy_trajectory are for purchasing, and assess/preview serve other purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context that this is the browsing tool for catalog content, which implies usage when the user wants to discover available options. However, it does not explicitly name alternatives or state when not to use it, so it lacks explicit exclusion guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
previewARead-onlyIdempotentInspect
Retrieve a free preview of a therapy trajectory before purchase. Returns first session content and expected outcomes.
| Name | Required | Description | Default |
|---|---|---|---|
| trajectory_id | Yes | Trajectory identifier from catalog, e.g. 'T1' for post-concussion, 'T2' for burnout, 'T3' for post-COVID. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is known. The description adds that it returns 'first session content and expected outcomes,' disclosing what the user gets from a preview call. It doesn't contradict annotations and adds useful context about return content.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two short sentences with no redundant information. The key verb and purpose are front-loaded, and every word adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
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 parameter and no output schema, the description covers what it does, when to use it, and what it returns. Annotations handle safety, making this adequately complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already provides full documentation for trajectory_id with examples and coverage of 100%. The description doesn't add further parameter-level detail beyond reconfirming the role of trajectory_id in a therapy context, so a baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the verb 'Retrieve' and specifies 'free preview of a therapy trajectory before purchase,' clearly distinguishing it from purchase tools like buy_trajectory. It also states what is returned, making its purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'before purchase' indicates when to use this tool relative to buy_trajectory, providing clear usage context. It doesn't explicitly name alternatives, but the sibling list and the 'before purchase' wording imply it's for evaluation prior to buying.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Flicense-qualityBmaintenancePeer-reviewed (ACM BCB 2026) within-subject physiological deviation scoring. Real-time IHB baseline queries with SHA-256 trust certificates and autonomous x402 USDC payments on Base L2. No population norms. No human required.
- Alicense-qualityBmaintenancePay-per-use semantic memory for AI agents with cryptographic attestation. Vector embeddings with SHA256 commitment, secp256k1 signature, and Lightning invoice.Apache 2.0
- AlicenseAqualityBmaintenanceAuthentication, pay-per-call metering, and signed receipts for AI agents and MCP tools using Bitcoin and Lightning Network.7441MIT
- AlicenseAqualityCmaintenancePersistent memory and payment safety for AI agents on Lightning. Enables agents to remember purchases, track vendor reputations, enforce budgets, and share trust signals via Nostr.229MIT