mureo_strategy_get
Retrieve the raw markdown text of STRATEGY.md and an exists flag from the Mureo MCP server. Designed for AI agents operating Google/Meta Ads when direct filesystem access is unavailable. Returns empty markdown if no strategy yet.
Instructions
Read STRATEGY.md and return its raw markdown text plus an exists flag. Returns empty markdown when the file is absent (skills should treat that as 'no strategy yet', not as an error). Use this when the host has no direct filesystem access (Claude Desktop chat, web, remote MCP).
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. |