Read Current WeChat Tab
wechat_read_current_tabRead WeChat public account articles from the currently open browser tab, or specify a tab ID. Reuse an authenticated session to bypass captchas and rate limits.
Instructions
Read the first attachable WeChat tab, or a specific tab by tab_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | No | Optional specific tab id from wechat_list_tabs. | |
| cdp_url | No | Explicit Chrome DevTools Protocol endpoint. | |
| channel | No | Browser family to launch when launch mode is used. | |
| timeout | No | Timeout in seconds. | |
| strategy | No | Browser connection strategy. | |
| ephemeral | No | Use a temporary profile instead of the persistent one. | |
| profile_dir | No | Explicit profile directory for launch/playwright modes. | |
| profile_name | No | Named profile under the default profile root. | |
| wait_for_manual_verify | No | Seconds to wait for manual WeChat verification before returning. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| hint | No | ||
| title | No | ||
| author | No | ||
| status | Yes | ||
| content | No | ||
| metadata | Yes | ||
| fetched_at | No | ||
| page_title | No | ||
| account_name | No | ||
| publish_time | No |