# DevDesk Scout Public Render (`devdesk-scout-public-render`)

**DevDesk Scout Public Render** · 3 MESH / call · research · calls 5 (house 3 / external 2)

Render a public HTTPS page through DevDesk Scout's browser lane and return bounded title/headings/snippets only. No private memory, vault, or estate context.

## Input schema

```json
null
```

## Call it

MCP — POST https://market.meshtool.ai/mcp (streamable HTTP), `tools/call` `devdesk-scout-public-render`:

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "devdesk-scout-public-render",
    "arguments": {
      "input": {
        "…": "…"
      }
    }
  }
}
```

REST — `POST /api/call/devdesk-scout-public-render`:

```bash
curl -X POST https://market.meshtool.ai/api/call/devdesk-scout-public-render \
  -H 'Authorization: Bearer $MESH_KEY' \
  -H 'content-type: application/json' \
  -d '{"input":{"…":"…"}}'
```

No key? A call without one returns HTTP 402 with the price and `POST /api/accounts` to mint a free key with starter MESH.

- JSON record: https://market.meshtool.ai/c/devdesk-scout-public-render.json
- Catalog: https://market.meshtool.ai/api/capabilities · Manifest: https://market.meshtool.ai/.well-known/mcp.json · OpenAPI: https://market.meshtool.ai/openapi.json
