Run OMP Task with Compact Result (Preferred for Single Task)
omp_run_compactSubmit a task to OMP and wait up to 60 seconds for a compact summary, artifacts, and verification; if still running, get a job ID for later polling.
Instructions
Preferred entrypoint for single substantive execution tasks. Creates a delegated OMP task, launches the detached runner, and waits up to wait_seconds (default 60s) for completion in a single MCP call. If finished, returns a compact summary, artifacts, verification, and details_path without dumping the full final response. If still running at the deadline, returns job_id and status running for subsequent omp_wait.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Absolute working directory OMP may inspect and modify | |
| goal | Yes | Complete natural-language outcome OMP must deliver | |
| acceptance | No | ||
| max_attempts | No | ||
| wait_seconds | No | Maximum seconds to wait for terminal status inside this call (0-60, default 60) | |
| timeout_minutes | No | ||
| supervisor_brief | No | Decision-ready read-only findings, hypotheses, constraints, and recommended direction |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| job_id | Yes | ||
| status | Yes | ||
| attempt | Yes | ||
| summary | No | ||
| artifacts | Yes | ||
| remaining | Yes | ||
| session_id | No | ||
| details_path | No | ||
| max_attempts | Yes | ||
| verification | Yes |