List analysis suites
wopee_fetch_analysis_suitesRetrieve all analysis suites in the current project. Use the returned UUIDs to generate artifacts, fetch or update artifacts, and dispatch agents.
Instructions
List all analysis suites in the current project. Returns an array of suite objects with UUIDs, names, types (ANALYSIS, AGENT, etc.), and running statuses (IDLE, IN_PROGRESS, FINISHED). Use this to discover existing suites before calling other tools — you need a suite UUID for wopee_generate_artifact, wopee_fetch_artifact, wopee_update_artifact, and wopee_dispatch_agent. Read-only: does not create or modify anything. Takes no input; uses WOPEE_PROJECT_UUID from environment. Returns an empty array if no suites exist. Fails if WOPEE_PROJECT_UUID is not configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||