Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
posts_rescheduleTOOL
Move a scheduled post to a new publish time.
Only works on posts with scheduled status. Accepts ISO dates like 2026-03-15T14:00:00Z or relative values: 30m, 2h, 3d, 1w.
Parameters
postId *string
Positional argument postId
scheduledAt *string
New schedule time: ISO date, 30m, 2h, 3d, or 1w
Request example
{ "method": "tools/call", "params": { "name": "posts_reschedule", "arguments": { "postId": "string", "scheduledAt": "string" } } }