Olympus Docs
ReferenceAPIsMCP

read_context

Read the current Daedalus deployment context (daedalus.json).

MCP tool: read_context

Read the current Daedalus deployment context (daedalus.json).

Input schema

{ "type": "object", "properties": {} }

Calling this tool

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "read_context",
    "arguments": { /* match input schema */ }
  }
}

Send to http://127.0.0.1:14210 while Daedalus is running.


Generated from daedalus/src-tauri/src/mcp/tools.rs at build time.

On this page