read_architect_page
Fetch full markdown content from an indexed Salesforce Architect page URL, with optional character limit to control output size. Use when you need complete page details rather than a summary.
Instructions
Read the markdown content of a specific indexed Salesforce Architect page by its URL. Use max_chars to limit output size. For a lightweight overview without full content, prefer read_architect_page_summary instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The exact URL of the page to read. | |
| max_chars | No | Optional: truncate output to this many characters. Omit for full content. |