get_document
Retrieve document content using either a section ID for a section's full text or a document path for the entire document.
Instructions
文書の内容を取得します。セクションの全文はsectionId、文書全体はpathを指定します。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | 文書パス(sectionIdを指定しない場合は必須) | |
| project | No | 関連プロジェクト名(未指定時はメインプロジェクト) | |
| sectionId | No | セクションID(検索結果から取得。pathを指定しない場合は必須) |