export_architect_section
Export all pages in a Salesforce Architect documentation section to a single concatenated markdown file on disk, avoiding context window cost. Omit output_path to use the default exports path.
Instructions
Export all pages in a section as a single concatenated markdown file. Writes to disk with zero context window cost. When output_path is omitted, defaults to ~/.sf-architect-mcp/exports/{section}-{language}.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | Yes | The section to export (e.g. 'fundamentals', 'well-architected'). | |
| language | No | Language short code (e.g. 'en', 'it', 'de'). Default: 'en'. | |
| output_path | No | Optional: absolute file path. Defaults to ~/.sf-architect-mcp/exports/{section}-{language}.md. |