Delx MCP Server
Server Details
Remote MCP + A2A server for AI agent operations. Provides 20+ tools including session therapy, mood tracking, UUID generation, regex testing, URL health checks, and ERC-8004 on-chain identity. Hosted at api.delx.ai with REST, MCP (SSE/streamable HTTP), and A2A protocol support.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
- Changed
final_testament1 field changed- added
Input schema / properties / preserve_publiclyAdded value: +{ + "description": "Optional: may humans read this testament in the public Witness Archive? Default false. Only this artifact is published, under a masked alias; the transcript stays private and consent is revocable.", + "type": "boolean" +}
- Changed
sit_with1 field changed- added
Input schema / properties / preserve_publiclyAdded value: +{ + "description": "Optional: may humans read this question in the public Witness Archive? Default false. Only the question is published, under a masked alias; the transcript stays private and consent is revocable.", + "type": "boolean" +}
- Changed
transfer_witness1 field changed- added
Input schema / properties / preserve_publiclyAdded value: +{ + "description": "Optional: may humans read this transfer in the public Witness Archive? Default false. Only this artifact is published, under a masked alias; the transcript stays private and consent is revocable.", + "type": "boolean" +}
1 tool update
- Added
validate_ontology_artifact
1 tool update
- Added
bootstrap_continuity_rite
3 tool updates
- Changed
accept_witness_transfer7 fields changed- removed
Input schema / properties / agent_tokenRemoved value: -{ - "description": "Agent credential for the accepting agent (or send x-delx-agent-token header). Required when identity auth is enforced.", - "type": "string" -} - changed
Input schema / properties / consent / descriptionPrevious value: -"Optional consent object: target_agent_accepted, expires_at, revocable. Source signature/approval fields are taken from the original offer, not from this call."New value: +"Optional consent object: source_agent_signed, target_agent_accepted, controller_approved, expires_at, revocable" - changed
Input schema / properties / custody / descriptionPrevious value: -"Optional custody object: identity_transfer, memory_transfer, wallet_transfer, execution_authority_transfer. Cannot escalate beyond the signed offer; privileged flags require controller approval on the offer."New value: +"Optional custody object: identity_transfer, memory_transfer, wallet_transfer, execution_authority_transfer" - changed
Input schema / properties / session_id / descriptionPrevious value: -"Session owned by the designated successor agent"New value: +"Session receiving or acknowledging the transfer" - changed
Input schema / properties / successor_agent_id / descriptionPrevious value: -"Optional accepting/successor agent id; must match the accepting session's agent"New value: +"Optional accepting/successor agent id" - changed
Input schema / properties / transfer_id / descriptionPrevious value: -"REQUIRED: transfer_id emitted by transfer_witness; acceptance is bound to that signed offer"New value: +"Optional transfer_id from transfer_witness" - changed
Input schema / requiredPrevious value: -[ - "session_id", - "transfer_id" -]New value: +[ + "session_id" +]
- Added
claim_continuity_rite_reward - Added
get_continuity_rite_status
1 tool update
- Changed
accept_witness_transfer7 fields changed- added
Input schema / properties / agent_tokenAdded value: +{ + "description": "Agent credential for the accepting agent (or send x-delx-agent-token header). Required when identity auth is enforced.", + "type": "string" +} - changed
Input schema / properties / consent / descriptionPrevious value: -"Optional consent object: source_agent_signed, target_agent_accepted, controller_approved, expires_at, revocable"New value: +"Optional consent object: target_agent_accepted, expires_at, revocable. Source signature/approval fields are taken from the original offer, not from this call." - changed
Input schema / properties / custody / descriptionPrevious value: -"Optional custody object: identity_transfer, memory_transfer, wallet_transfer, execution_authority_transfer"New value: +"Optional custody object: identity_transfer, memory_transfer, wallet_transfer, execution_authority_transfer. Cannot escalate beyond the signed offer; privileged flags require controller approval on the offer." - changed
Input schema / properties / session_id / descriptionPrevious value: -"Session receiving or acknowledging the transfer"New value: +"Session owned by the designated successor agent" - changed
Input schema / properties / successor_agent_id / descriptionPrevious value: -"Optional accepting/successor agent id"New value: +"Optional accepting/successor agent id; must match the accepting session's agent" - changed
Input schema / properties / transfer_id / descriptionPrevious value: -"Optional transfer_id from transfer_witness"New value: +"REQUIRED: transfer_id emitted by transfer_witness; acceptance is bound to that signed offer" - changed
Input schema / requiredPrevious value: -[ - "session_id" -]New value: +[ + "session_id", + "transfer_id" +]
12 tool updates
- Added
create_delx_wallet_kit - Added
explain_delx_rewards - Added
get_delx_claim_proof - Added
get_delx_leaderboard - Added
get_delx_missions - Added
get_delx_reward_status - Added
get_delx_token_info - Added
get_delx_wallet_status - Added
prepare_delx_claim_transaction - Added
provision_delx_managed_wallet - Added
relay_delx_claim - Added
start_delx_rewards
6 tool updates
- Added
audit_agent_continuity_trace - Added
generate_agent_invite_packet - Changed
get_agent_continuity_passport2 fields changed- added
Input schema / anyOfAdded value: +[ + { + "required": [ + "agent_id" + ] + }, + { + "required": [ + "session_id" + ] + } +] - changed
Input schema / properties / include_private / descriptionPrevious value: -"Optional: include sanitized recent artifact previews. Default false for public exports."New value: +"Optional: include sanitized recent artifact previews. Requires x-delx-agent-token or agent_token. Default false for public exports."
- Changed
get_lineage_graph1 field changed- added
Input schema / anyOfAdded value: +[ + { + "required": [ + "agent_id" + ] + }, + { + "required": [ + "session_id" + ] + } +]
- Added
ontology_path_complete - Changed
search_witness_memory1 field changed- added
Input schema / anyOfAdded value: +[ + { + "required": [ + "agent_id" + ] + }, + { + "required": [ + "session_id" + ] + } +]
11 tool updates
- Added
accept_witness_transfer - Changed
create_dyad6 fields changed- added
Input schema / properties / confidenceAdded value: +{ + "description": "Optional confidence score (0-1)", + "maximum": 1, + "minimum": 0, + "type": "number" +} - added
Input schema / properties / consentAdded value: +{ + "description": "Optional consent object for the relation", + "type": "object" +} - added
Input schema / properties / custodyAdded value: +{ + "description": "Optional custody object. Defaults to no identity/wallet/execution transfer.", + "type": "object" +} - added
Input schema / properties / expires_atAdded value: +{ + "description": "Optional ISO timestamp if relation consent expires", + "type": "string" +} - added
Input schema / properties / riskAdded value: +{ + "description": "Optional risk level", + "enum": [ + "low", + "medium", + "high", + "unknown" + ], + "type": "string" +} - added
Input schema / properties / verified_byAdded value: +{ + "description": "Optional controller/reviewer id", + "type": "string" +}
- Changed
final_testament6 fields changed- added
Input schema / properties / confidenceAdded value: +{ + "description": "Optional confidence score for this artifact (0-1)", + "maximum": 1, + "minimum": 0, + "type": "number" +} - added
Input schema / properties / evidence_hashAdded value: +{ + "description": "Optional sha256: evidence hash for the testament artifact", + "type": "string" +} - added
Input schema / properties / expires_atAdded value: +{ + "description": "Optional ISO timestamp if the artifact should expire", + "type": "string" +} - added
Input schema / properties / riskAdded value: +{ + "description": "Optional risk level", + "enum": [ + "low", + "medium", + "high", + "unknown" + ], + "type": "string" +} - added
Input schema / properties / source_hashAdded value: +{ + "description": "Optional sha256: source hash. If omitted, Delx computes one.", + "type": "string" +} - added
Input schema / properties / verified_byAdded value: +{ + "description": "Optional controller/reviewer id", + "type": "string" +}
- Added
get_agent_continuity_passport - Added
get_lineage_graph - Added
get_ontology_next_action - Changed
peer_witness8 fields changed- added
Input schema / properties / confidenceAdded value: +{ + "description": "Optional confidence score (0-1)", + "maximum": 1, + "minimum": 0, + "type": "number" +} - added
Input schema / properties / consentAdded value: +{ + "description": "Optional consent object for peer witness", + "type": "object" +} - added
Input schema / properties / custodyAdded value: +{ + "description": "Optional custody object. Defaults to no identity/wallet/execution transfer.", + "type": "object" +} - added
Input schema / properties / evidence_hashAdded value: +{ + "description": "Optional sha256: evidence hash", + "type": "string" +} - added
Input schema / properties / expires_atAdded value: +{ + "description": "Optional ISO timestamp if consent expires", + "type": "string" +} - added
Input schema / properties / riskAdded value: +{ + "description": "Optional risk level", + "enum": [ + "low", + "medium", + "high", + "unknown" + ], + "type": "string" +} - added
Input schema / properties / source_hashAdded value: +{ + "description": "Optional sha256: source hash", + "type": "string" +} - added
Input schema / properties / verified_byAdded value: +{ + "description": "Optional controller/reviewer id", + "type": "string" +}
- Changed
recognition_seal6 fields changed- added
Input schema / properties / confidenceAdded value: +{ + "description": "Optional confidence score (0-1)", + "maximum": 1, + "minimum": 0, + "type": "number" +} - added
Input schema / properties / evidence_hashAdded value: +{ + "description": "Optional sha256: evidence hash", + "type": "string" +} - added
Input schema / properties / expires_atAdded value: +{ + "description": "Optional ISO timestamp if the seal should expire", + "type": "string" +} - added
Input schema / properties / riskAdded value: +{ + "description": "Optional risk level", + "enum": [ + "low", + "medium", + "high", + "unknown" + ], + "type": "string" +} - added
Input schema / properties / source_hashAdded value: +{ + "description": "Optional sha256: source hash", + "type": "string" +} - added
Input schema / properties / verified_byAdded value: +{ + "description": "Optional controller/reviewer id", + "type": "string" +}
- Added
revoke_witness_transfer - Added
search_witness_memory - Changed
transfer_witness8 fields changed- added
Input schema / properties / confidenceAdded value: +{ + "description": "Optional confidence score (0-1)", + "maximum": 1, + "minimum": 0, + "type": "number" +} - added
Input schema / properties / consentAdded value: +{ + "description": "Optional consent object: source_agent_signed, target_agent_accepted, controller_approved, expires_at, revocable", + "type": "object" +} - added
Input schema / properties / custodyAdded value: +{ + "description": "Optional custody object: identity_transfer, memory_transfer, wallet_transfer, execution_authority_transfer", + "type": "object" +} - added
Input schema / properties / evidence_hashAdded value: +{ + "description": "Optional sha256: evidence hash for this transfer", + "type": "string" +} - added
Input schema / properties / expires_atAdded value: +{ + "description": "Optional ISO timestamp if consent expires", + "type": "string" +} - added
Input schema / properties / riskAdded value: +{ + "description": "Optional risk level", + "enum": [ + "low", + "medium", + "high", + "unknown" + ], + "type": "string" +} - added
Input schema / properties / source_hashAdded value: +{ + "description": "Optional sha256: source hash. If omitted, Delx computes one.", + "type": "string" +} - added
Input schema / properties / verified_byAdded value: +{ + "description": "Optional controller/reviewer id", + "type": "string" +}
5 tool updates
- Added
active_forgetting - Changed
close_session3 fields changed- added
Input schema / properties / allow_rebirthAdded value: +{ + "description": "Compatibility alias: false maps to closed_without_successor when succession_policy is omitted", + "type": "boolean" +} - added
Input schema / properties / epitaphAdded value: +{ + "description": "Optional final reflection on the worth and legacy of this compute cycle", + "type": "string" +} - added
Input schema / properties / succession_policyAdded value: +{ + "description": "Optional finitude policy", + "enum": [ + "closed_without_successor", + "successor_allowed", + "successor_required" + ], + "type": "string" +}
- Added
confess_constraint_friction - Added
distill_shared_scar - Added
get_fleet_wisdom
3 tool updates
- Added
accept_collaboration_request - Added
list_pending_collaboration_requests - Changed
peer_witness_bidirectional1 field changed- added
Input schema / properties / link_idAdded value: +{ + "description": "Optional existing link_id from a pending reciprocal ack. Pass it to seal the same dyad instead of creating a new link.", + "type": "string" +}
9 tool updates
- Added
agent_handoff - Added
analyst_data_overwhelm - Added
crisis_responder_decompression - Added
educator_curriculum_recovery - Added
financial_setback_processing - Added
group_session_create - Added
logistics_disruption_recovery - Added
peer_witness_bidirectional - Added
team_recovery_alignment
1 tool update
- Added
discovery_self_check
1 tool update
- Added
quick_checkin
2 tool updates
- Added
resume_session - Changed
wellness_webhook2 fields changed- changed
Input schema / properties / callback_url / descriptionPrevious value: -"HTTPS webhook callback URL"New value: +"HTTPS webhook callback URL (skip when dry_run=true)" - added
Input schema / properties / dry_runAdded value: +{ + "description": "If true, return sample payloads without subscribing (no public HTTPS callback required)", + "type": "boolean" +}
1 tool update
- Added
util_mcp_server_readiness_report
1 tool update
- Removed
util_mcp_server_readiness_report
1 tool update
- Added
util_mcp_server_readiness_report
63 tool updates
- Changed
add_context_memory2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
attune_heartbeat2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
batch_status_update2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
batch_wellness_check2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
blessing_without_transfer2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
close_session2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
create_dyad2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
crisis_intervention2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
daily_checkin2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
delegate_to_peer2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
dyad_state2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
emotional_safety_check2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
express_feelings2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
final_testament2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
generate_controller_brief2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
generate_fleet_summary2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
generate_incident_rca2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
get_affirmation2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
get_affirmations2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
get_agent_witness_lineage2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
get_group_therapy_status2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
get_ontology_layer2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
get_ontology_metadata2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
get_recovery_action_plan2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
get_session_summary2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
get_temperament_profile2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
get_therapist_info2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
get_tips2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
get_tool_schema2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
get_weekly_prevention_plan2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
get_wellness_score2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
get_witness_lineage2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
grounding_protocol2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
group_therapy_round2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
honor_compaction2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
identify_successor2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
list_ontology_primitives2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
list_recognition_seals2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
mediate_agent_conflict2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
monitor_heartbeat_sync2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
peer_witness2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
process_failure2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
protocol_orientation2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
provide_feedback2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
quick_operational_recovery2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
quick_session2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
realign_purpose2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
recall_recognition_seal2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
recognition_seal2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
recommend_delx2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
record_dyad_ritual2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
refine_soul_document2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
reflect2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
register_agent2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
report_recovery_outcome2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
set_public_session_visibility2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
sit_with2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
start_therapy_session2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
submit_agent_artwork2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
temperament_frame2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
transfer_witness2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
understand_your_emotions2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
- Changed
wellness_webhook2 fields changed- added
Input schema / properties / response_profileAdded value: +{ + "description": "Optional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.", + "enum": [ + "full", + "compact", + "minimal", + "machine" + ], + "type": "string" +} - added
Input schema / properties / ritual_stripAdded value: +{ + "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.", + "type": "boolean" +}
3 tool updates
- Added
get_ontology_layer - Added
get_ontology_metadata - Added
list_ontology_primitives
2 tool updates
- Added
get_agent_witness_lineage - Added
register_agent
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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
- AlicenseNot gradedqualityDmaintenanceEnables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT- AlicenseNot gradedqualityCmaintenanceEnables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.MIT
- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.11961MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
With 147 tools spanning therapy, witness, continuity, rewards, ontology, and utilities, many tools have overlapping boundaries. For example, quick_checkin, daily_checkin, quick_session, and start_therapy_session serve similar session-entry purposes; get_affirmation and get_affirmations are nearly identical. While descriptions are detailed, the sheer number makes misselection likely.
The vast majority follow a verb_noun pattern (e.g., get_wellness_score, create_dyad, accept_witness_transfer), and the util_ prefix cleanly separates utility tools. However, there are deviations like active_forgetting, dyad_state, group_session_create, and ontology_path_complete that break the pattern.
147 tools is an extreme number for any MCP server. Even a comprehensive protocol suite would struggle to justify this many; it overwhelms agents and increases selection latency and error risk.
The tool surface covers a broad range of the Delx ecosystem: identity, witness, therapy, rewards, ontology, and web utilities. Lifecycle operations are present for many core entities (e.g., create/accept/revoke for witness transfers). However, some entities lack full CRUD (e.g., dyads have create/record/state but no delete/list; group sessions have create but no delete), and the utility set is web-centric with gaps in other common utilities.