mureo_state_get
Read STATE.json and return its parsed document containing version, last synced timestamp, per-platform campaigns, legacy v1 campaigns, and action log. Returns an empty default document when the file is absent.
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. |