Schematic Intelligence

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

compartment

OperationMega-toolWhat it does
listentity_crudList compartments/zones (read-only; filter by deck/vessel/type/grade).
readentity_crudRead a single compartment by id (org-scoped), with its parent deck ref.

component

OperationMega-toolWhat it does
dismisssmart_actionDismiss (or un-dismiss) a component from the type-review queue.
listentity_crudList tagged components across the org's schematics (filter by schematic/type/grade).
readentity_crudRead a single schematic component by id (org-scoped), with its register-record link.
updateentity_crudUpdate a component's human type-curation fields (tag/type/symbol/DN).
verifysmart_actionHuman-verify a component's tag/type → grade 'high' (the review IS the evidence — the only evidence-exempt promotion path).

connection

OperationMega-toolWhat it does
dismisssmart_actionDismiss (or un-dismiss) an edge from the review queue.
listentity_crudList directed edges (topology) across the org's schematics.
readentity_crudRead a single connection/edge by id (org-scoped).
updateentity_crudUpdate an edge's descriptive fields and/or re-point its endpoints.
verifysmart_actionHuman-verify an edge → grade 'high' / match_basis 'human' (the review IS the evidence — the only evidence-exempt promotion path).

deck

OperationMega-toolWhat it does
listentity_crudList vessel deck planes (read-only; filter by vessel/grade/geometry_status).
readentity_crudRead a single deck plane by id (org-scoped).

export

OperationMega-toolWhat it does
master_listsmart_actionThe unified Valves & Machinery master list (JSON banner + data entries in v6.2 order).
topologysmart_actionDeterministic from/to topology export (JSON rows).
valve_listsmart_actionDeterministic valve-list export (JSON rows).

geometry_dataset

OperationMega-toolWhat it does
downloadsmart_actionReturn a short-TTL signed URL for a geometry dataset's stored object (org-scoped).
listentity_crudList mined-geometry dataset revisions (read-only; filter by vessel/kind/active/run).
readentity_crudRead a single geometry dataset revision by id (org-scoped; raw cloud_key never emitted).

geometry_decision

OperationMega-toolWhat it does
listentity_crudList mining-adjudication decisions (read-only; filter by kind/status/vessel).
readentity_crudRead a single geometry decision by id (org-scoped).
resolvesmart_actionRule on one mining adjudication — NO register write-back, NO grade.

open_question

OperationMega-toolWhat it does
listentity_crudList ratification-queue questions (read-only; filter by kind/status/code).
readentity_crudRead a single open question by id (org-scoped), with type_check resolve_options.
resolvesmart_actionApply a per-kind ruling to one ratification question (delegates to the frozen openquestion_ops.resolve).

overlay_binding

OperationMega-toolWhat it does
listentity_crudList spatial overlay bindings (read-only; filter by entity_type/locator_kind/entity_id).
readentity_crudRead a single overlay binding by id (org-scoped), with server-resolved xyz.

scene

OperationMega-toolWhat it does
projectsmart_actionAssemble the built 3D twin scene for a vessel ({assets, objects, materials, provenance}) — decks, compartments, current placements and scene assets, each with…

scene_build

OperationMega-toolWhat it does
listentity_crudList scene lineage stamps (read-only; filter by vessel/current).
readentity_crudRead a single scene build stamp by id (org-scoped).

schematic

OperationMega-toolWhat it does
createentity_crudCreate a schematic/drawing (metadata only — org is server-stamped; grade, raw CAD extraction and filesystem paths are pipeline-owned and cannot be set).
deleteentity_crudSoft-delete a schematic (org-scoped; cascades its components/connections at the ORM layer).
listentity_crudList engineering schematics/drawings in the current organization.
readentity_crudRead a single schematic by id (org-scoped).
updateentity_crudUpdate a schematic's metadata (partial — only supplied keys change; org-scoped).

spatial_asset

OperationMega-toolWhat it does
listentity_crudList generated/sourced scene assets (read-only; filter by vessel/kind/format).
readentity_crudRead a single spatial asset by id (org-scoped).

spatial_placement

OperationMega-toolWhat it does
listentity_crudList 3D placement claims (read-only; filter by deck/compartment/basis/grade/current).
readentity_crudRead a single spatial placement by id (org-scoped).
verifysmart_actionHuman-verify a placement's geometry claim → as-built / high / placement_basis 'human'.

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