mureo_state_get
Reads and parses the STATE.json file to retrieve campaign state including version, sync time, platform campaigns, and action log. Returns default when file is missing.
Instructions
Read STATE.json and return its parsed v2 document: version, last_synced_at, platforms (per-platform campaigns), legacy v1 campaigns, and action_log. Returns an empty default doc when the file is absent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional path to the file. Defaults to STRATEGY.md / STATE.json in the MCP server's current working directory. Paths outside cwd are refused. |