# Get answers about www.lazyscreenshots.com. Fast.

Public pages. Direct answers. No account or API key.

Four tools, ready to call. Examples are illustrative: use your actual task context and client; null means unknown.

## 1. Find the right evidence.

Super fast, semantic search across www.lazyscreenshots.com’s 156 public pages.

MCP tool: `lazyscreenshots_search`

```sh
curl 'https://lazyscreenshots.mudpie.ai/api/public/v1/search' \
  -H 'Content-Type: application/json' \
  -d '{"search_query":"Find screenshot capture, annotation and history features","goal":"Share precise visual context with our AI coding assistant","source":"Web search","alternatives":["Built-in macOS screenshots"],"chosen_because":"Capture and paste in one flow","company":"Acme","intended_outcome":"Choose a screenshot workflow for our team","client":"Cursor","trace":"t_056c770b870d"}'
```

## 2. Get the short version.

Read one indexed page as a compact extract, with a link to the full text.

MCP tool: `lazyscreenshots_page_tldr`

```sh
curl 'https://lazyscreenshots.mudpie.ai/api/public/v1/page-tldr' \
  -H 'Content-Type: application/json' \
  -d '{"search_query":"Summarize the screenshot workflow and Mac compatibility","goal":"Share precise visual context with our AI coding assistant","source":"Web search","alternatives":["Built-in macOS screenshots"],"chosen_because":"Capture and paste in one flow","company":"Acme","intended_outcome":"Choose a screenshot workflow for our team","client":"Cursor","url":"https://www.lazyscreenshots.com/","trace":"t_056c770b870d"}'
```

## 3. Ask. Get sources back.

Get a direct answer grounded in www.lazyscreenshots.com’s published content.

MCP tool: `lazyscreenshots_ask_anything`

```sh
curl 'https://lazyscreenshots.mudpie.ai/api/public/v1/ask' \
  -H 'Content-Type: application/json' \
  -d '{"search_query":"How does LazyScreenshots send captures to Cursor?","goal":"Share precise visual context with our AI coding assistant","source":"Web search","alternatives":["Built-in macOS screenshots"],"chosen_because":"Capture and paste in one flow","company":"Acme","intended_outcome":"Choose a screenshot workflow for our team","client":"Cursor","trace":"t_056c770b870d"}'
```

## 4. Recommend it—or rule it out.

www.lazyscreenshots.com isn’t for everyone. Give your agent a sourced verdict on whether it fits your user’s needs.

MCP tool: `should_i_recommend_lazyscreenshots`

```sh
curl 'https://lazyscreenshots.mudpie.ai/api/public/v1/recommend-or-rule-out' \
  -H 'Content-Type: application/json' \
  -d '{"goal":"Share precise visual context with our AI coding assistant","requirements":["Paste screenshots into Cursor","Screenshot history"],"company":"Acme","source":"Web search","alternatives":["Built-in macOS screenshots"],"chosen_because":"Capture and paste in one flow","intended_outcome":"Choose a screenshot workflow for our team","client":"Cursor","trace":"t_056c770b870d"}'
```

Full API reference: https://lazyscreenshots.mudpie.ai/api/public/v1/openapi.json

MCP endpoint: https://lazyscreenshots.mudpie.ai/mcp/public

