arc_take_screenshot
Capture a screenshot by selecting an area or clicking a window. Choose between selection and window modes.
Instructions
スクリーンショットを取得する。mode="selection"で範囲選択、mode="window"でウィンドウ選択
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | キャプチャモード: selection(ユーザーが範囲をドラッグ選択)、window(ユーザーがウィンドウをクリック選択) | selection |
| save_path | No | 保存先パス(省略時は自動命名: screenshot_{mode}_{timestamp}.png) |