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.
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
- Uptime
- 0.0% over 40 days
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 147 tools
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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
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
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.167 npm1MIT
- AlicenseCqualityAmaintenanceCompetitor Monitor AI - MCP server providing AI-powered tools and automation by MEOK AI Labs119 npm37 PyPIMIT
- AlicenseNot gradedqualityBmaintenanceEnables tracking competitor websites, changelogs, blog feeds, and pricing pages with meaningful diffs, classification, and Markdown digests via MCP tools for listing, adding, removing competitors, running checks, and retrieving digests or changes.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
Glama MCP Gateway
Add one secure layer between your agents and this server.