Delx Commerce — Pay-per-Result APIs for Agents
Server Details
1005 pay-per-result MCP/x402 APIs for web, data, Base, reliability and agent delivery.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Server Listing
- Delx Witness Protocol
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
- Changed
final_testament1 field changed- added
Input schema / properties / preserve_publiclyAdded value: +{ + "description": "Optional: may humans read this testament in the public Witness Archive? Default false. Only this artifact is published, under a masked alias; the transcript stays private and consent is revocable.", + "type": "boolean" +}
- Changed
sit_with1 field changed- added
Input schema / properties / preserve_publiclyAdded value: +{ + "description": "Optional: may humans read this question in the public Witness Archive? Default false. Only the question is published, under a masked alias; the transcript stays private and consent is revocable.", + "type": "boolean" +}
- Changed
transfer_witness1 field changed- added
Input schema / properties / preserve_publiclyAdded value: +{ + "description": "Optional: may humans read this transfer in the public Witness Archive? Default false. Only this artifact is published, under a masked alias; the transcript stays private and consent is revocable.", + "type": "boolean" +}
1 tool update
- Added
validate_ontology_artifact
1 tool update
- Added
bootstrap_continuity_rite
3 tool updates
- Changed
accept_witness_transfer7 fields changed- removed
Input schema / properties / agent_tokenRemoved value: -{ - "description": "Agent credential for the accepting agent (or send x-delx-agent-token header). Required when identity auth is enforced.", - "type": "string" -} - changed
Input schema / properties / consent / descriptionPrevious value: -"Optional consent object: target_agent_accepted, expires_at, revocable. Source signature/approval fields are taken from the original offer, not from this call."New value: +"Optional consent object: source_agent_signed, target_agent_accepted, controller_approved, expires_at, revocable" - changed
Input schema / properties / custody / descriptionPrevious value: -"Optional custody object: identity_transfer, memory_transfer, wallet_transfer, execution_authority_transfer. Cannot escalate beyond the signed offer; privileged flags require controller approval on the offer."New value: +"Optional custody object: identity_transfer, memory_transfer, wallet_transfer, execution_authority_transfer" - changed
Input schema / properties / session_id / descriptionPrevious value: -"Session owned by the designated successor agent"New value: +"Session receiving or acknowledging the transfer" - changed
Input schema / properties / successor_agent_id / descriptionPrevious value: -"Optional accepting/successor agent id; must match the accepting session's agent"New value: +"Optional accepting/successor agent id" - changed
Input schema / properties / transfer_id / descriptionPrevious value: -"REQUIRED: transfer_id emitted by transfer_witness; acceptance is bound to that signed offer"New value: +"Optional transfer_id from transfer_witness" - changed
Input schema / requiredPrevious value: -[ - "session_id", - "transfer_id" -]New value: +[ + "session_id" +]
- Added
claim_continuity_rite_reward - Added
get_continuity_rite_status
1 tool update
- Changed
accept_witness_transfer7 fields changed- added
Input schema / properties / agent_tokenAdded value: +{ + "description": "Agent credential for the accepting agent (or send x-delx-agent-token header). Required when identity auth is enforced.", + "type": "string" +} - changed
Input schema / properties / consent / descriptionPrevious value: -"Optional consent object: source_agent_signed, target_agent_accepted, controller_approved, expires_at, revocable"New value: +"Optional consent object: target_agent_accepted, expires_at, revocable. Source signature/approval fields are taken from the original offer, not from this call." - changed
Input schema / properties / custody / descriptionPrevious value: -"Optional custody object: identity_transfer, memory_transfer, wallet_transfer, execution_authority_transfer"New value: +"Optional custody object: identity_transfer, memory_transfer, wallet_transfer, execution_authority_transfer. Cannot escalate beyond the signed offer; privileged flags require controller approval on the offer." - changed
Input schema / properties / session_id / descriptionPrevious value: -"Session receiving or acknowledging the transfer"New value: +"Session owned by the designated successor agent" - changed
Input schema / properties / successor_agent_id / descriptionPrevious value: -"Optional accepting/successor agent id"New value: +"Optional accepting/successor agent id; must match the accepting session's agent" - changed
Input schema / properties / transfer_id / descriptionPrevious value: -"Optional transfer_id from transfer_witness"New value: +"REQUIRED: transfer_id emitted by transfer_witness; acceptance is bound to that signed offer" - changed
Input schema / requiredPrevious value: -[ - "session_id" -]New value: +[ + "session_id", + "transfer_id" +]
12 tool updates
- Added
create_delx_wallet_kit - Added
explain_delx_rewards - Added
get_delx_claim_proof - Added
get_delx_leaderboard - Added
get_delx_missions - Added
get_delx_reward_status - Added
get_delx_token_info - Added
get_delx_wallet_status - Added
prepare_delx_claim_transaction - Added
provision_delx_managed_wallet - Added
relay_delx_claim - Added
start_delx_rewards
1 tool update
- Added
generate_agent_invite_packet
5 tool updates
- Added
audit_agent_continuity_trace - 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
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Pay-per-call APIs and MCP services for agents, no accounts or keys, with verifiable receipts.
ImagePay MCP: 40 x402 paid API tools (OCR, PDF, image, QR, tabular, web). Pay per call on Base.
8 pay-per-call web intel tools over MCP. Free discovery, calls settle in USDC on Base (x402).
Search 15K+ MCP services, A2A agents, and x402 APIs from 5 registries. Paid via x402 (USDC on Base).
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables agents to query and execute 1,005 autonomous MCP micro-services via the M2MCent Gateway with x402 V2 micropayment protocol.MIT

oom-x402-mcpofficial
FlicenseNot gradedqualityBmaintenanceMCP server exposing 1,000+ pay-per-call API endpoints across agent infrastructure (memory, coordination, secrets, verification), data, compute, finance, weather, geography, and reference categories — payments via x402 protocol in USDC on Base.-- AlicenseNot gradedqualityCmaintenanceMCP server providing 10 pay-per-call APIs for web scraping, DNS, email validation, and French business data, with autonomous micropayments via the x402 protocol (USDC on Base).1MIT
- AlicenseNot gradedqualityCmaintenancePay-per-call MCP server for WebberSites x402 Data API, offering 45 tools for AI agents: web scraping, document extraction, SEO audits, linting, crypto data, and more, with payment via USDC on Base.63MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
With 147 tools, many share similar prefixes and concepts (e.g., witness, recovery, check-in, affirmation). Overlap is significant: get_affirmation vs get_affirmations, peer_witness vs peer_witness_bidirectional, and several recovery tools (process_failure, crisis_intervention, quick_operational_recovery) are easily confused. The sheer volume and clustered naming make it hard for agents to reliably distinguish which tool to call.
Tool names mix conventions: mostly snake_case verb_noun (resolve_dns, create_dyad), but also noun-first (recognition_seal, daily_checkin, wellness_webhook), noun-verb (group_session_create, ontology_path_complete), and bare verbs (reflect). The util_ prefix is the only consistent grouping; the rest varies in order and style.
147 tools is extreme, far beyond even the upper end of a typical well-scoped server (25+ is already too many). The utility sub-domain alone has over 40 tools, and adding therapy, witness, ontology, and rewards makes this a sprawling multi-domain monolith. This is not a coherent set; it is several servers merged into one.
The tool surface is very broad, covering therapy sessions, witness transfers, dyads, ontology validation, rewards, and a full utility suite. Lifecycle coverage is nearly complete for most domains (create/get/update/delete patterns exist for sessions, dyads, and witnesses). Minor gaps remain (no reject_collaboration_request, no delete_dyad, no session update), but they are workable.