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.
21 of 21 shown
connectors
| Operation | Mega-tool | What it does |
|---|---|---|
audit_chain | integration_call | Read a connector's hash-chained run-audit ledger: one entry per terminal sync / promote / un-promote / reverse run, in chain order (sequence ascending). |
audit_verify | integration_call | Verify the integrity of a connector's hash-chained run-audit ledger. |
create | integration_call | Create an integration connector for the organization. |
delete | integration_call | Delete an integration connector. |
dlq_list | integration_call | List a connector's per-record promotion failures (the dead-letter queue). |
dlq_replay | integration_call | Replay a connector's pending promotion dead-letters: re-drive the failed staged records through the normal promote path. |
field_schema | integration_call | Discover the field-mapping schema for a connector's external source: the available source fields and how they map to normalized record columns. |
get | integration_call | Retrieve one integration connector (full config + has_credentials bool + recent sync logs). |
list | integration_call | List the organization's integration connectors (summary view: name, type, status, sync direction/interval, last-sync time/status). |
logs | integration_call | Read the recent sync-activity log for an integration connector (records received/created/updated/failed, status, timestamps, duration). |
record_preview | integration_call | Preview a sample of external records for a connector WITHOUT running a sync (no records are persisted). |
reverse_sync | integration_call | Trigger 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_records | integration_call | Browse the staged ExternalRecord rows a connector ingested (the staging buffer before promotion to native rows). |
stream_state | integration_call | List a connector's per-stream incremental cursors. |
sync | integration_call | Trigger an async sync for an integration connector. |
sync_history | integration_call | Retrieve the sync history (audit trail) for a connector: per-run records received/created/updated/failed counts, status, timestamps, duration, and error… |
test | integration_call | Test the connection for an integration connector. |
update | integration_call | Partially update an integration connector. |
external_record
| Operation | Mega-tool | What it does |
|---|---|---|
list | entity_crud | List external_records with filtering and pagination |
read | entity_crud | Get detailed external record information |
search | entity_crud | Search 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.
