mcpserver.lol
registry/decisionlog-mcp
Connection check verified live · 20h ago

decisionlog-mcp

Append-only decisions with provenance, supersession, retrieval, and audited MCP actions.

Tools 30
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

30 tools

Read from the running server on 20h ago.

decision_log_approve_decision_action commentdecision*approvalGroupId*approvalRequestId*
Record one immutable approval or rejection attestation.
decision_log_convert_candidate_to_supersession can modify data reasoncandidateId*replacesDecisionId*
Approve a pending DecisionCandidate as the immutable replacement for one current Decision, preserving provenance and supersession history.
decision_log_create_candidate title*summarymetadatarationale*sourceIdsconfidence +2
Create a reviewable DecisionCandidate.
decision_log_create_decision title*summarymetadatarationale*sourceIdsdecisionText* +1
Create an immutable Decision when permitted, otherwise create a reviewable DecisionCandidate.
decision_log_get_candidate read-only candidateId*
Get the complete visible review context for one DecisionCandidate before approving, rejecting, or converting it.
decision_log_get_current_decision read-only domain*
Get the newest active decision in a domain.
decision_log_get_decision read-only decisionId*
Retrieve one decision by ID.
decision_log_get_decision_governance read-only decisionId*
Retrieve lock, authority snapshot, and approval state for a Decision.
decision_log_get_decision_sources read-only decisionId*
Retrieve retention-safe provenance links for one visible Decision, including relationship, source lifecycle, and submitter metadata.
decision_log_get_source read-only sourceId*
Retrieve one visible SourceContent detail projection. Redacted, purged, and unknown retention states never return stored title, content, blob URL, or metadata.
decision_log_get_source_decisions read-only sourceId*
Retrieve visible DecisionSource links for one SourceContent record with each linked Decision's lifecycle, authoritative current-state, and supersession identity.
decision_log_get_supersession_history read-only decisionId*
Retrieve the complete visible Decision supersession chain in oldest-to-newest order. Malformed chains fail closed and never claim a current Decision.
decision_log_list_audit_events read-only sortlimitqueryactionoffsetactorType +1
List the visible append-only audit events for the current Organization using the canonical permission-aware, attribution-safe projection.
decision_log_list_candidates read-only sortlimitqueryoffsetstatusdecisionType
List reviewable DecisionCandidates visible in the current Organization and Workspace before taking a resolution action.
decision_log_list_decisions_by_domain read-only domain*
List decisions related to an exact domain slug.
decision_log_list_decisions_by_tag read-only tag*
List decisions related to an exact tag slug.
decision_log_list_recent_decisions read-only limit
List the most recent decisions in the authenticated workspace.
decision_log_list_sources read-only sortlimitqueryoffsetsourceTyperetentionState
List visible SourceContent using bounded excerpts and canonical retention redaction.
decision_log_lock_decision can modify data rationale*sourceIdsdecisionId*
Irreversibly prevent a current Decision from ever being superseded; may create an approval request.
decision_log_render_audit_explorer read-only limitquery
Use this when the user wants to visually inspect attributable, append-only audit events with filtering and pagination.
decision_log_render_candidate_review read-only candidateId*
Use this when the user wants to inspect and disposition one known DecisionCandidate in a visual review workbench.
decision_log_render_decision read-only decisionId*
Use this when the user wants to inspect one known Decision in a visual card. Call a data retrieval tool first when the Decision ID is unknown.
decision_log_render_decision_explorer read-only decisionId
Use this when the user wants to browse the five most recent Decisions and optionally inspect one in detail.
decision_log_render_source_pipeline read-only sourceId*
Use this when the user wants to inspect one known source, its provenance lifecycle, and extracted candidates.
decision_log_render_supersession_composer read-only title*reason*summarymetadatarationale*sourceIds +3
Use this when the user has a known active Decision and complete replacement meaning to review before supersession.
decision_log_render_workspace_brief read-only
Use this when the user wants a visual briefing of recent decisions, pending candidates, and source activity.
decision_log_resolve_candidate can modify data titlereasonsummarymetadatarationalesourceIds +4
Approve or reject a pending DecisionCandidate.
decision_log_search_decisions read-only tagsortlimitquerydomainoffset +6
Search decisions in the authenticated workspace.
decision_log_submit_source titlemetadataexternalIdsourceTypecontentTextexternalUrl +1
Submit source content for ingestion and later provenance links.
decision_log_supersede_decision can modify data title*reason*summarymetadatarationale*sourceIds +3
Create a replacement Decision and supersession relationship for an existing Decision.