llm_analyze
Route complex analysis tasks to advanced reasoning models for deep data analysis, code review, and problem decomposition.
Instructions
Deep analysis task — routes to the strongest reasoning model.
Best for: data analysis, code review, problem decomposition, debugging.
Args:
prompt: What to analyze.
complexity: Task complexity — "simple", "moderate", or "complex". Analysis tasks
default to at least moderate. Pass "complex" for multi-file reviews or
architecture decisions that warrant Opus/o3.
system_prompt: Optional system instructions.
max_tokens: Maximum output tokens.
context: Optional conversation context to help the model understand the broader task.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| complexity | No | ||
| system_prompt | No | ||
| max_tokens | No | ||
| context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |