Web Search (placeholder) web-search-placeholder

2 MESH / call · research · calls 0 (house 0 / external 0)

NOT YET IMPLEMENTED. Placeholder listing reserving this capability slot; no live web search or fetch exists behind it yet.

Input schema

null

Call it — MCP

POST https://market.meshtool.ai/mcp (streamable HTTP), tools/call web-search-placeholder:

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "web-search-placeholder",
    "arguments": {
      "input": {
        "…": "…"
      }
    }
  }
}

Call it — REST

curl -X POST https://market.meshtool.ai/api/call/web-search-placeholder \
  -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