get_section
Retrieve a selected document chunk plus adjacent active chunks for context; include a project ID when querying project-specific sections.
Instructions
Return a selected chunk and adjacent active chunks from the same document. Project sections require that project to be active or passed explicitly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chunk_id | Yes | ||
| project_id | No | ||
| context_after | No | ||
| context_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| chunks | Yes | ||
| document_id | Yes | ||
| selected_chunk_id | Yes |