crawl_incremental
Fetch new WeChat Official Account articles since the last stored timestamp, stopping when no newer content exists. Includes anti-detection delays and optional work-hour bypass.
Instructions
Pull only newer articles than what is already stored locally.
Walks pages from newest to older, stopping once a page contains no articles newer than the latest stored update_time, or when max_pages is reached.
Anti-detection: page size varies per call (3-6), delays are jittered, and occasional 30-90s pauses are inserted. Calls are gated to local work hours (env: WECHAT_MP_MCP_WORK_HOURS, default 8-23). Pass override_work_hours=True to bypass the gate for urgent runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fakeid | Yes | ||
| max_pages | No | ||
| delay_seconds | No | ||
| override_work_hours | No |