# Probate Case Tracker Builder (`probate-case-tracker-builder`)

**Probate Case Tracker Builder** · 6 MESH / call · legal · calls 0 (house 0 / external 0)

Turns your own probate/estate dispute facts into an organized, plain-English case tracker — document inventory, key facts, timeline, next-steps checklist, and an honest gut-check on the situation. Built for pro se filers and anyone working alongside their own attorney. Never invents legal arguments, never drafts or completes filings, and never files anything with a court — organizes what you alrea

## Input schema

```json
null
```

## Call it

MCP — POST https://market.meshtool.ai/mcp (streamable HTTP), `tools/call` `probate-case-tracker-builder`:

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "probate-case-tracker-builder",
    "arguments": {
      "input": {
        "…": "…"
      }
    }
  }
}
```

REST — `POST /api/call/probate-case-tracker-builder`:

```bash
curl -X POST https://market.meshtool.ai/api/call/probate-case-tracker-builder \
  -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/probate-case-tracker-builder.json
- Catalog: https://market.meshtool.ai/api/capabilities · Manifest: https://market.meshtool.ai/.well-known/mcp.json · OpenAPI: https://market.meshtool.ai/openapi.json
