Preview Project Intake
preview_project_intakeAudits a Premiere project against a facility intake template, returning a path-redacted report and a non-mutating organization proposal without changing the project or saving the template.
Instructions
Inspect a bounded Premiere project against an explicit facility intake template and return a path-redacted report plus a non-mutating organization proposal. It never changes Premiere or persists the template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | Yes | Versioned facility policy. Unknown fields and unsafe matching expressions are rejected by the intake engine. | |
| max_items | No | Maximum project items to inspect; defaults to 2000. Truncation returns an incomplete report. | |
| include_paths | No | Include observed media paths in findings. Defaults to false; hashes are returned instead. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |