read_doc
Read one Particular Platform documentation page as Markdown. Long pages are returned in chunks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Copy the full URL exactly as printed by search_docs (e.g. https://docs.particular.net/...), or pass a docs:// URI or a site path with a leading slash such as '/nservicebus/sagas/'. Bare relative paths without the leading slash are rejected. | |
| fromCharacter | No | Zero-based character offset at which to start. Use the continuation value returned for a truncated page. Defaults to 0. | |
| maxCharacters | No | Maximum characters to return. Defaults to 40000; values below 1000 are raised to 1000. |