devexpress_docs_get_content
Read-onlyIdempotent
Get full document content by URL from DevExpress documentation.
Use this tool to retrieve the complete markdown content of a specific documentation page.
PREREQUISITE: ALWAYS call devexpress_docs_search before using this tool to get valid URLs.
The URL parameter must be obtained from the results of the devexpress_docs_search tool.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL of a DevExpress documentation article. REQUIRED: This URL must be obtained from a previous call to `devexpress_docs_search` tool. Do not construct URLs using your general knowledge. Example: https://docs.devexpress.com/CoreLibraries/405204 |