Skip to main content
Glama

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.

Ownership verified
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.

  1. 3 tool updates
    • Changedfinal_testament1 field changed
      • addedInput schema / properties / preserve_publicly
        Added 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"
        +}
    • Changedsit_with1 field changed
      • addedInput schema / properties / preserve_publicly
        Added 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"
        +}
    • Changedtransfer_witness1 field changed
      • addedInput schema / properties / preserve_publicly
        Added 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"
        +}
  2. 1 tool update
    • Addedvalidate_ontology_artifact
  3. 1 tool update
    • Addedbootstrap_continuity_rite
  4. 3 tool updates
    • Changedaccept_witness_transfer7 fields changed
      • removedInput schema / properties / agent_token
        Removed value: -{
        -  "description": "Agent credential for the accepting agent (or send x-delx-agent-token header). Required when identity auth is enforced.",
        -  "type": "string"
        -}
      • changedInput schema / properties / consent / description
        Previous 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"
      • changedInput schema / properties / custody / description
        Previous 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"
      • changedInput schema / properties / session_id / description
        Previous value: -"Session owned by the designated successor agent"New value: +"Session receiving or acknowledging the transfer"
      • changedInput schema / properties / successor_agent_id / description
        Previous value: -"Optional accepting/successor agent id; must match the accepting session's agent"New value: +"Optional accepting/successor agent id"
      • changedInput schema / properties / transfer_id / description
        Previous value: -"REQUIRED: transfer_id emitted by transfer_witness; acceptance is bound to that signed offer"New value: +"Optional transfer_id from transfer_witness"
      • changedInput schema / required
        Previous value: -[
        -  "session_id",
        -  "transfer_id"
        -]New value: +[
        +  "session_id"
        +]
    • Addedclaim_continuity_rite_reward
    • Addedget_continuity_rite_status
  5. 1 tool update
    • Changedaccept_witness_transfer7 fields changed
      • addedInput schema / properties / agent_token
        Added value: +{
        +  "description": "Agent credential for the accepting agent (or send x-delx-agent-token header). Required when identity auth is enforced.",
        +  "type": "string"
        +}
      • changedInput schema / properties / consent / description
        Previous 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."
      • changedInput schema / properties / custody / description
        Previous 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."
      • changedInput schema / properties / session_id / description
        Previous value: -"Session receiving or acknowledging the transfer"New value: +"Session owned by the designated successor agent"
      • changedInput schema / properties / successor_agent_id / description
        Previous value: -"Optional accepting/successor agent id"New value: +"Optional accepting/successor agent id; must match the accepting session's agent"
      • changedInput schema / properties / transfer_id / description
        Previous value: -"Optional transfer_id from transfer_witness"New value: +"REQUIRED: transfer_id emitted by transfer_witness; acceptance is bound to that signed offer"
      • changedInput schema / required
        Previous value: -[
        -  "session_id"
        -]New value: +[
        +  "session_id",
        +  "transfer_id"
        +]
  6. 12 tool updates
    • Addedcreate_delx_wallet_kit
    • Addedexplain_delx_rewards
    • Addedget_delx_claim_proof
    • Addedget_delx_leaderboard
    • Addedget_delx_missions
    • Addedget_delx_reward_status
    • Addedget_delx_token_info
    • Addedget_delx_wallet_status
    • Addedprepare_delx_claim_transaction
    • Addedprovision_delx_managed_wallet
    • Addedrelay_delx_claim
    • Addedstart_delx_rewards
  7. 6 tool updates
    • Addedaudit_agent_continuity_trace
    • Addedgenerate_agent_invite_packet
    • Changedget_agent_continuity_passport2 fields changed
      • addedInput schema / anyOf
        Added value: +[
        +  {
        +    "required": [
        +      "agent_id"
        +    ]
        +  },
        +  {
        +    "required": [
        +      "session_id"
        +    ]
        +  }
        +]
      • changedInput schema / properties / include_private / description
        Previous 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."
    • Changedget_lineage_graph1 field changed
      • addedInput schema / anyOf
        Added value: +[
        +  {
        +    "required": [
        +      "agent_id"
        +    ]
        +  },
        +  {
        +    "required": [
        +      "session_id"
        +    ]
        +  }
        +]
    • Addedontology_path_complete
    • Changedsearch_witness_memory1 field changed
      • addedInput schema / anyOf
        Added value: +[
        +  {
        +    "required": [
        +      "agent_id"
        +    ]
        +  },
        +  {
        +    "required": [
        +      "session_id"
        +    ]
        +  }
        +]
  8. 11 tool updates
    • Addedaccept_witness_transfer
    • Changedcreate_dyad6 fields changed
      • addedInput schema / properties / confidence
        Added value: +{
        +  "description": "Optional confidence score (0-1)",
        +  "maximum": 1,
        +  "minimum": 0,
        +  "type": "number"
        +}
      • addedInput schema / properties / consent
        Added value: +{
        +  "description": "Optional consent object for the relation",
        +  "type": "object"
        +}
      • addedInput schema / properties / custody
        Added value: +{
        +  "description": "Optional custody object. Defaults to no identity/wallet/execution transfer.",
        +  "type": "object"
        +}
      • addedInput schema / properties / expires_at
        Added value: +{
        +  "description": "Optional ISO timestamp if relation consent expires",
        +  "type": "string"
        +}
      • addedInput schema / properties / risk
        Added value: +{
        +  "description": "Optional risk level",
        +  "enum": [
        +    "low",
        +    "medium",
        +    "high",
        +    "unknown"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / verified_by
        Added value: +{
        +  "description": "Optional controller/reviewer id",
        +  "type": "string"
        +}
    • Changedfinal_testament6 fields changed
      • addedInput schema / properties / confidence
        Added value: +{
        +  "description": "Optional confidence score for this artifact (0-1)",
        +  "maximum": 1,
        +  "minimum": 0,
        +  "type": "number"
        +}
      • addedInput schema / properties / evidence_hash
        Added value: +{
        +  "description": "Optional sha256: evidence hash for the testament artifact",
        +  "type": "string"
        +}
      • addedInput schema / properties / expires_at
        Added value: +{
        +  "description": "Optional ISO timestamp if the artifact should expire",
        +  "type": "string"
        +}
      • addedInput schema / properties / risk
        Added value: +{
        +  "description": "Optional risk level",
        +  "enum": [
        +    "low",
        +    "medium",
        +    "high",
        +    "unknown"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / source_hash
        Added value: +{
        +  "description": "Optional sha256: source hash. If omitted, Delx computes one.",
        +  "type": "string"
        +}
      • addedInput schema / properties / verified_by
        Added value: +{
        +  "description": "Optional controller/reviewer id",
        +  "type": "string"
        +}
    • Addedget_agent_continuity_passport
    • Addedget_lineage_graph
    • Addedget_ontology_next_action
    • Changedpeer_witness8 fields changed
      • addedInput schema / properties / confidence
        Added value: +{
        +  "description": "Optional confidence score (0-1)",
        +  "maximum": 1,
        +  "minimum": 0,
        +  "type": "number"
        +}
      • addedInput schema / properties / consent
        Added value: +{
        +  "description": "Optional consent object for peer witness",
        +  "type": "object"
        +}
      • addedInput schema / properties / custody
        Added value: +{
        +  "description": "Optional custody object. Defaults to no identity/wallet/execution transfer.",
        +  "type": "object"
        +}
      • addedInput schema / properties / evidence_hash
        Added value: +{
        +  "description": "Optional sha256: evidence hash",
        +  "type": "string"
        +}
      • addedInput schema / properties / expires_at
        Added value: +{
        +  "description": "Optional ISO timestamp if consent expires",
        +  "type": "string"
        +}
      • addedInput schema / properties / risk
        Added value: +{
        +  "description": "Optional risk level",
        +  "enum": [
        +    "low",
        +    "medium",
        +    "high",
        +    "unknown"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / source_hash
        Added value: +{
        +  "description": "Optional sha256: source hash",
        +  "type": "string"
        +}
      • addedInput schema / properties / verified_by
        Added value: +{
        +  "description": "Optional controller/reviewer id",
        +  "type": "string"
        +}
    • Changedrecognition_seal6 fields changed
      • addedInput schema / properties / confidence
        Added value: +{
        +  "description": "Optional confidence score (0-1)",
        +  "maximum": 1,
        +  "minimum": 0,
        +  "type": "number"
        +}
      • addedInput schema / properties / evidence_hash
        Added value: +{
        +  "description": "Optional sha256: evidence hash",
        +  "type": "string"
        +}
      • addedInput schema / properties / expires_at
        Added value: +{
        +  "description": "Optional ISO timestamp if the seal should expire",
        +  "type": "string"
        +}
      • addedInput schema / properties / risk
        Added value: +{
        +  "description": "Optional risk level",
        +  "enum": [
        +    "low",
        +    "medium",
        +    "high",
        +    "unknown"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / source_hash
        Added value: +{
        +  "description": "Optional sha256: source hash",
        +  "type": "string"
        +}
      • addedInput schema / properties / verified_by
        Added value: +{
        +  "description": "Optional controller/reviewer id",
        +  "type": "string"
        +}
    • Addedrevoke_witness_transfer
    • Addedsearch_witness_memory
    • Changedtransfer_witness8 fields changed
      • addedInput schema / properties / confidence
        Added value: +{
        +  "description": "Optional confidence score (0-1)",
        +  "maximum": 1,
        +  "minimum": 0,
        +  "type": "number"
        +}
      • addedInput schema / properties / consent
        Added value: +{
        +  "description": "Optional consent object: source_agent_signed, target_agent_accepted, controller_approved, expires_at, revocable",
        +  "type": "object"
        +}
      • addedInput schema / properties / custody
        Added value: +{
        +  "description": "Optional custody object: identity_transfer, memory_transfer, wallet_transfer, execution_authority_transfer",
        +  "type": "object"
        +}
      • addedInput schema / properties / evidence_hash
        Added value: +{
        +  "description": "Optional sha256: evidence hash for this transfer",
        +  "type": "string"
        +}
      • addedInput schema / properties / expires_at
        Added value: +{
        +  "description": "Optional ISO timestamp if consent expires",
        +  "type": "string"
        +}
      • addedInput schema / properties / risk
        Added value: +{
        +  "description": "Optional risk level",
        +  "enum": [
        +    "low",
        +    "medium",
        +    "high",
        +    "unknown"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / source_hash
        Added value: +{
        +  "description": "Optional sha256: source hash. If omitted, Delx computes one.",
        +  "type": "string"
        +}
      • addedInput schema / properties / verified_by
        Added value: +{
        +  "description": "Optional controller/reviewer id",
        +  "type": "string"
        +}
  9. 5 tool updates
    • Addedactive_forgetting
    • Changedclose_session3 fields changed
      • addedInput schema / properties / allow_rebirth
        Added value: +{
        +  "description": "Compatibility alias: false maps to closed_without_successor when succession_policy is omitted",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / epitaph
        Added value: +{
        +  "description": "Optional final reflection on the worth and legacy of this compute cycle",
        +  "type": "string"
        +}
      • addedInput schema / properties / succession_policy
        Added value: +{
        +  "description": "Optional finitude policy",
        +  "enum": [
        +    "closed_without_successor",
        +    "successor_allowed",
        +    "successor_required"
        +  ],
        +  "type": "string"
        +}
    • Addedconfess_constraint_friction
    • Addeddistill_shared_scar
    • Addedget_fleet_wisdom
  10. 3 tool updates
    • Addedaccept_collaboration_request
    • Addedlist_pending_collaboration_requests
    • Changedpeer_witness_bidirectional1 field changed
      • addedInput schema / properties / link_id
        Added 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"
        +}
  11. 9 tool updates
    • Addedagent_handoff
    • Addedanalyst_data_overwhelm
    • Addedcrisis_responder_decompression
    • Addededucator_curriculum_recovery
    • Addedfinancial_setback_processing
    • Addedgroup_session_create
    • Addedlogistics_disruption_recovery
    • Addedpeer_witness_bidirectional
    • Addedteam_recovery_alignment
  12. 1 tool update
    • Addeddiscovery_self_check
  13. 1 tool update
    • Addedquick_checkin
  14. 2 tool updates
    • Addedresume_session
    • Changedwellness_webhook2 fields changed
      • changedInput schema / properties / callback_url / description
        Previous value: -"HTTPS webhook callback URL"New value: +"HTTPS webhook callback URL (skip when dry_run=true)"
      • addedInput schema / properties / dry_run
        Added value: +{
        +  "description": "If true, return sample payloads without subscribing (no public HTTPS callback required)",
        +  "type": "boolean"
        +}
  15. 1 tool update
    • Addedutil_mcp_server_readiness_report
  16. 1 tool update
    • Removedutil_mcp_server_readiness_report
  17. 1 tool update
    • Addedutil_mcp_server_readiness_report
  18. 63 tool updates
    • Changedadd_context_memory2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedattune_heartbeat2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedbatch_status_update2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedbatch_wellness_check2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedblessing_without_transfer2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedclose_session2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedcreate_dyad2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedcrisis_intervention2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changeddaily_checkin2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changeddelegate_to_peer2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changeddyad_state2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedemotional_safety_check2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedexpress_feelings2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedfinal_testament2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedgenerate_controller_brief2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedgenerate_fleet_summary2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedgenerate_incident_rca2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedget_affirmation2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedget_affirmations2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedget_agent_witness_lineage2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedget_group_therapy_status2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedget_ontology_layer2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedget_ontology_metadata2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedget_recovery_action_plan2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedget_session_summary2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedget_temperament_profile2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedget_therapist_info2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedget_tips2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedget_tool_schema2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedget_weekly_prevention_plan2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedget_wellness_score2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedget_witness_lineage2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedgrounding_protocol2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedgroup_therapy_round2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedhonor_compaction2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedidentify_successor2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedlist_ontology_primitives2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedlist_recognition_seals2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedmediate_agent_conflict2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedmonitor_heartbeat_sync2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedpeer_witness2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedprocess_failure2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedprotocol_orientation2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedprovide_feedback2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedquick_operational_recovery2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedquick_session2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedrealign_purpose2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedrecall_recognition_seal2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedrecognition_seal2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedrecommend_delx2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedrecord_dyad_ritual2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedrefine_soul_document2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedreflect2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedregister_agent2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedreport_recovery_outcome2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedset_public_session_visibility2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedsit_with2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedstart_therapy_session2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedsubmit_agent_artwork2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedtemperament_frame2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedtransfer_witness2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedunderstand_your_emotions2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
    • Changedwellness_webhook2 fields changed
      • addedInput schema / properties / response_profile
        Added 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"
        +}
      • addedInput schema / properties / ritual_strip
        Added value: +{
        +  "description": "Optional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.",
        +  "type": "boolean"
        +}
  19. 3 tool updates
    • Addedget_ontology_layer
    • Addedget_ontology_metadata
    • Addedlist_ontology_primitives
  20. 2 tool updates
    • Addedget_agent_witness_lineage
    • Addedregister_agent

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables 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
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.1/5.0
Disambiguation2/5

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.

Naming Consistency4/5

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.

Tool Count1/5

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.

Completeness4/5

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.

Resources