Security Integrations

2 entities and 21 agent-callable operations in integrations. Each operation is addressed as {mega_tool}/integrations/{entity}/{operation} and carries the same permission check over MCP and REST.

connectors

OperationMega-toolWhat it does
audit_chainintegration_callRead a connector's hash-chained run-audit ledger: one entry per terminal sync / promote / un-promote / reverse run, in chain order (sequence ascending).
audit_verifyintegration_callVerify the integrity of a connector's hash-chained run-audit ledger.
createintegration_callCreate an integration connector for the organization.
deleteintegration_callDelete an integration connector.
dlq_listintegration_callList a connector's per-record promotion failures (the dead-letter queue).
dlq_replayintegration_callReplay a connector's pending promotion dead-letters: re-drive the failed staged records through the normal promote path.
field_schemaintegration_callDiscover the field-mapping schema for a connector's external source: the available source fields and how they map to normalized record columns.
getintegration_callRetrieve one integration connector (full config + has_credentials bool + recent sync logs).
listintegration_callList the organization's integration connectors (summary view: name, type, status, sync direction/interval, last-sync time/status).
logsintegration_callRead the recent sync-activity log for an integration connector (records received/created/updated/failed, status, timestamps, duration).
record_previewintegration_callPreview a sample of external records for a connector WITHOUT running a sync (no records are persisted).
reverse_syncintegration_callTrigger reverse-ETL write-back for a connector: push the org's native rows OUT to the external system per the connector's field_mapping['reverse'].
staged_recordsintegration_callBrowse the staged ExternalRecord rows a connector ingested (the staging buffer before promotion to native rows).
stream_stateintegration_callList a connector's per-stream incremental cursors.
syncintegration_callTrigger an async sync for an integration connector.
sync_historyintegration_callRetrieve the sync history (audit trail) for a connector: per-run records received/created/updated/failed counts, status, timestamps, duration, and error…
testintegration_callTest the connection for an integration connector.
updateintegration_callPartially update an integration connector.

external_record

OperationMega-toolWhat it does
listentity_crudList external_records with filtering and pagination
readentity_crudGet detailed external record information
searchentity_crudSearch external_records with fuzzy matching

Parameter schemas and permissions

Parameter schemas and permission codenames are in the full reference — sign in — or call prism_introspect(dimension="capability_search", query="…") with your key.

In the full reference this application appears under entity_crud, integration_call.