List analysis suites
wopee_fetch_analysis_suitesLists all analysis suites in the current project, returning UUIDs, types, and statuses. Use it to discover existing suites before running artifact and agent tools.
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 | |||