Get WeChat Page Status
wechat_get_statusInspect the current status of a WeChat article or active tab to verify accessibility and detect errors before attempting a full read.
Instructions
Inspect the current status of a WeChat article URL or the current WeChat tab without requiring a full successful read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional WeChat article URL. If omitted, inspect the current WeChat tab. | |
| 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 |