list_agents
Aurora agent surface (no LLM cost on this call itself — pure DB read). Useful only when the user is actively operating an Aurora agent. For strategy creation/backtesting prefer the structured no-LLM tools (create_portfolio with full JSON payload, backtest_portfolio, query_*, fetch_portfolios). List your Aurora agents with pagination using the same query shape as the agent controller.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Page size (default 10, max 100) | |
| search | No | Case-insensitive substring match over title and initialPrompt | |
| portfolioId | No | Optional portfolio id or alias to filter agents | |
| starredOnly | No | Return only starred top-level agents, sorted by starredOrder asc then starredAt desc. Default false | |
| includeArchived | No | Include archived agents. Default false |