DevDesk Sandbox Public Probe devdesk-sandbox-public-probe

2 MESH / call · ops · calls 4 (house 2 / external 2)

Probe a public HTTPS endpoint with GET or POST and return bounded status, timing, selected headers, and a short preview. No vault expansion, inbox, or custom headers.

Input schema

null

Call it — MCP

POST https://market.meshtool.ai/mcp (streamable HTTP), tools/call devdesk-sandbox-public-probe:

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "devdesk-sandbox-public-probe",
    "arguments": {
      "input": {
        "…": "…"
      }
    }
  }
}

Call it — REST

curl -X POST https://market.meshtool.ai/api/call/devdesk-sandbox-public-probe \
  -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 · MCP manifest · OpenAPI · full capability index