Information Security

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

asset_security_posture

OperationMega-toolWhat it does
compliance_summaryreport_queryCount assets by compliance_status
createentity_crudCreate a new asset security posture record
deleteentity_crudDelete an asset security posture (soft-delete by default)
listentity_crudList asset security postures with filtering and pagination
readentity_crudGet detailed asset security posture information
risk_distributionreport_queryAggregate asset counts by risk_level or asset_type with optional date range filter
searchentity_crudSearch asset security postures with fuzzy matching
updateentity_crudUpdate an existing asset security posture (asset_type is immutable)
vulnerability_scorecardreport_queryAggregate open/critical vulnerabilities and risk_score percentiles across all assets

incident_action

OperationMega-toolWhat it does
createentity_crudCreate a new incident action (status will be set to pending)
deleteentity_crudDelete an incident action (soft-delete by default)
get_transitionsworkflow_actionGet available status transitions for an incident action
listentity_crudList incident actions with filtering and pagination.
readentity_crudGet detailed incident action information including parameters and result
searchentity_crudSearch incident actions with fuzzy matching
transitionworkflow_actionTransition an incident action to a new status
updateentity_crudUpdate an incident action's parameters or notes.

security_assessment

OperationMega-toolWhat it does
createentity_crudCreate a new security assessment
deleteentity_crudDelete a security assessment
get_transitionsworkflow_actionGet available transitions for a security assessment
listentity_crudList security_assessments with filtering and pagination
readentity_crudGet detailed security assessment information
searchentity_crudSearch security_assessments with fuzzy matching
transitionworkflow_actionTransition security assessment to a new status
updateentity_crudUpdate an existing security assessment

security_evidence

OperationMega-toolWhat it does
createentity_crudCreate a new security evidence record.
deleteentity_crudDelete security evidence (soft-delete by default)
listentity_crudList security evidence with filtering and pagination
readentity_crudGet detailed security evidence including chain_of_custody
searchentity_crudSearch security evidence with fuzzy matching or exact file_hash lookup
updateentity_crudUpdate security evidence.

security_incident

OperationMega-toolWhat it does
breakdownreport_queryGet security incident breakdown by dimension
createentity_crudCreate a new security incident
deleteentity_crudDelete a security incident
get_transitionsworkflow_actionGet available transitions for a security incident
listentity_crudList security_incidents with filtering and pagination
readentity_crudGet detailed security incident information
searchentity_crudSearch security_incidents with fuzzy matching
summaryreport_querySecurity incident analytics by severity and status
transitionworkflow_actionTransition security incident to a new status
trendreport_queryGet security incident trend over time
updateentity_crudUpdate an existing security incident

security_policy

OperationMega-toolWhat it does
createentity_crudCreate a new security policy
deleteentity_crudDelete a security policy
get_transitionsworkflow_actionGet available transitions for a security policy
listentity_crudList security_policies with filtering and pagination
readentity_crudGet detailed security policy information
searchentity_crudSearch security_policies with fuzzy matching
transitionworkflow_actionTransition security policy to a new status
updateentity_crudUpdate an existing security policy

security_scan

OperationMega-toolWhat it does
createentity_crudCreate a new security scan (status will be set to pending)
deleteentity_crudDelete a security scan (soft-delete by default)
execution_summaryreport_queryCount of scans by status over a time period, grouped by day/week/month
findings_breakdownreport_queryAggregate findings_count totals across completed scans by severity
get_transitionsworkflow_actionGet available status transitions for a security scan
listentity_crudList security scans with filtering and pagination
readentity_crudGet detailed security scan information including results and findings
searchentity_crudSearch security scans with fuzzy matching
sla_healthreport_queryPercentage of scans completed within SLA duration; avg and count overdue
transitionworkflow_actionTransition a security scan to a new status
updateentity_crudUpdate a security scan's config or schedule.

threat_intelligence

OperationMega-toolWhat it does
active_threats_summaryreport_queryActive threat counts by severity and top-5 most recent active threats
createentity_crudCreate a new threat intelligence entry
deleteentity_crudDelete a threat intelligence entry (soft-delete by default)
indicator_trendreport_queryTime-series of new threat entries per day, grouped by threat_type or severity
listentity_crudList threat intelligence entries with filtering and pagination
readentity_crudGet detailed threat intelligence entry including indicators and TTPs
searchentity_crudSearch threat intelligence entries with fuzzy matching
severity_distributionreport_queryCount threats by severity × threat_type grid with optional date/activity filters
updateentity_crudUpdate a threat intelligence entry (threat_type is immutable)

vulnerability

OperationMega-toolWhat it does
breakdownreport_queryGet vulnerability breakdown by dimension
createentity_crudCreate a new vulnerability
deleteentity_crudDelete a vulnerability
get_transitionsworkflow_actionGet available transitions for a vulnerability
listentity_crudList vulnerabilities with filtering and pagination
readentity_crudGet detailed vulnerability information
searchentity_crudSearch vulnerabilities with fuzzy matching
summaryreport_queryVulnerability volume by severity and status
transitionworkflow_actionTransition vulnerability to a new status
trendreport_queryGet vulnerability trend over time
updateentity_crudUpdate an existing vulnerability

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, report_query, workflow_action.