wecom_get_doc_content
Retrieve the full content of a WeCom online document as Markdown. Supply the document URL to start an async polling task; use the returned task_id to fetch the result.
Instructions
Fetch the full content of a WeCom online doc as Markdown. Uses async polling internally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Document URL | |
| task_id | No | Polling task_id (omit on first call) |