ReferenceAPIsMCP
screenshot
Capture the current Daedalus UI state. Returns structured text with page path, visible elements, buttons, inputs, and their values.
MCP tool: screenshot
Capture the current Daedalus UI state. Returns structured text with page path, visible elements, buttons, inputs, and their values.
Input schema
{ "type": "object", "properties": {} }Calling this tool
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "screenshot",
"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.