word_get_section_guidance
Extract template guidance, markers, and insert instructions from a section in a Word document to understand expected content before editing.
Instructions
Extract template guidance and instructions from a section.
Reads a section and identifies all instructional content that tells you what to write there. This includes:
Template guidance markers: [Template Guidance: ...]
Highlighted text (turquoise, yellow) indicating placeholders
Colored text (blue, red, purple) indicating instructions
Insert instructions: [insert ...]
Use this BEFORE patch_section to understand what content is expected.
Example: get_section_guidance( file_path="04. Artifacts/contoso-sow.docx", section_title="Introduction" )
Args: file_path: Path to the .docx document section_title: Title or partial title of the section
Returns: Structured guidance including instructions, expected content hints, and placeholders to fill
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the .docx document | |
| section_title | Yes | Title or partial title of the section |