get_outline
Display a Markdown document's outline with token counts per section to assess overall structure and writing balance.
Instructions
文書の目次構造をトークン数付きで一覧表示します。文書の全体像把握や記述量バランスの確認に使えます。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | 文書パス(sectionIdを指定しない場合は必須) | |
| project | No | 関連プロジェクト名(未指定時はメインプロジェクト) | |
| sectionId | No | セクションID(指定した場合、そのセクション配下のみ表示) |