mureo_state_get
Retrieves and parses the STATE.json document, providing structured campaign data, sync timestamps, platform-specific campaigns, legacy entries, and action logs. Returns a default empty document if the 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. |