Inventory Foundation

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

inventory_audit_log

OperationMega-toolWhat it does
createentity_crudCreate a new inventory audit log
deleteentity_crudDelete a inventory audit log
export_historyreport_queryExport an item's audit history as JSON or CSV.
get_user_activity_summaryreport_queryAggregate inventory audit activity per user; optional date range and single-user filter.
listentity_crudList inventory_audit_logs with filtering and pagination
readentity_crudGet detailed inventory audit log information
searchentity_crudSearch inventory_audit_logs with fuzzy matching
updateentity_crudUpdate an existing inventory audit log

inventory_item

OperationMega-toolWhat it does
bulk_status_changeworkflow_actionBatch transition matching items to a new status; writes one audit log per item.
get_related_assessmentssmart_actionList assessments for an inventory item; surface the latest one as score basis.
link_to_documentworkflow_actionLink a document to an inventory item; records an audit log entry.
mark_reviewedworkflow_actionMark an inventory item reviewed; recomputes next_review_date and writes audit log.
sync_risk_from_assessmentworkflow_actionSync risk scores from a completed assessment (latest if assessment_id omitted).
update_ownerworkflow_actionReassign business or technical owner; writes audit log.
update_risk_scoresworkflow_actionManually update inherent/residual risk scores; writes audit log.
update_statusworkflow_actionChange an inventory item's lifecycle status; writes an audit log entry.

inventory_registry

OperationMega-toolWhat it does
createentity_crudCreate a new inventory registry
deleteentity_crudDelete a inventory registry
listentity_crudList inventory_registries with filtering and pagination
readentity_crudGet detailed inventory registry information
rebuild_from_sourcesmart_actionRebuild the InventoryRegistry from source items (dry-run by default).
review_due_summaryreport_queryList overdue and upcoming review items for the dashboard calendar.
risk_summaryreport_queryCounts of inventory items by risk level, optionally broken down by item_type.
searchentity_crudSearch inventory_registries with fuzzy matching
search_with_facetssmart_actionCross-type unified search across the InventoryRegistry with facet counts by item_type, status, and risk level.
updateentity_crudUpdate an existing inventory registry

registry

OperationMega-toolWhat it does
transition_statusworkflow_actionTransition an inventory item between lifecycle statuses (draft / active / archived).

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