qllm_claude_code_sessions
Retrieve recent Claude Code sessions from local project directories, including prompts and model metadata, formatted as JSON or Markdown.
Instructions
Inspect recent local Claude Code JSONL sessions for models and prompts.
Args: params (ClaudeCodeSessionsInput): Cwd, limit, prompt inclusion, and output format.
Returns: str: JSON or Markdown session metadata. Raw secrets are not read from settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |