mureo_strategy_get
Retrieve STRATEGY.md as raw markdown with an exists flag and server timestamp to determine the active strategy when no filesystem access is available.
Instructions
Read STRATEGY.md and return its raw markdown text plus an exists flag and server_now (the server's clock as ISO 8601 with UTC offset). 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). Treat server_now as the current date — never infer today from dates found inside the context files.
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. |