Fetch CometChat Documentation Page
fetch_cometchat_doc_pageFetches a CometChat documentation page by URL or path, returning content as markdown with title and section metadata.
Instructions
Fetches the full content of a single CometChat documentation page by URL or path. Returns the page content as markdown along with title and section metadata. Path can be passed as a full https://www.cometchat.com/docs URL or as a relative path such as '/sdk/javascript/overview'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Documentation path or full URL. Relative paths like '/sdk/javascript/overview' and full URLs both work. |