get_topic
Fetch Synergy/DE documentation topics by ID or URL with chunked content optimized for LLM consumption, supporting version control and content limits.
Instructions
Fetch a documentation topic by ID or URL. Returns the topic with chunked content optimized for LLM consumption.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_id | No | Topic ID (e.g., 'Language/topic.htm') | |
| url | No | Full URL to the topic page | |
| version | No | Documentation version (e.g., 'v111', 'latest'). Defaults to configured default version. | |
| max_chunks | No | Maximum number of chunks to return (default: 3, 0 = no limit) |