Docs/MCP Tools/hivemind_approvals

hivemind_approvals

hivemind_approvals

Human-in-the-loop approval workflow for sensitive operations.

Actions

ActionDescription
requestRequest approval for an operation
checkCheck status of a pending approval
listList pending approvals
approveApprove a request (human)
denyDeny a request (human)
check-policiesCheck if a file has approval policies

Request Example

hivemind_approvals(
  action: "request",
  channel: "general",
  description: "Delete the users table migration"
)

Check Example

hivemind_approvals(action: "check", correlation_id: "abc123")

Approvals can be managed from the Hivemind dashboard.