qllm_claude_code_run
Execute Claude Code CLI tasks non-interactively by sending a prompt and configuration options to get JSON or Markdown output.
Instructions
Run a controlled non-interactive Claude Code CLI task.
Args: params (ClaudeCodeRunInput): Prompt, cwd, model/effort, permission mode, tool allowlists, output format, budget, timeout, and output limits.
Returns: str: JSON or Markdown with stdout/stderr and metadata. Prompt is passed via stdin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |