list_theses
Retrieve all theses owned by an authenticated user, including id, title, status, and last evaluation timestamp. Use this read-only endpoint to obtain thesisId values needed for context retrieval, evaluation, signal injection, and forking.
Instructions
List every thesis owned by the authenticated user, with id, title, status, and last evaluation timestamp. Read-only. Requires SF API key. Use to discover thesisId values needed by get_context, trigger_evaluation, inject_signal, and fork_thesis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | SF API key (sf_live_...). Required. |