{
  "slug": "biz-analyze",
  "name": "Business Analyze",
  "kind": "tool",
  "category": "reasoning",
  "description": "Analyze any business situation and get a structured recommendation back — the original api.meshtool.ai capability, now settled in MESH. Input: { context: string }.",
  "price": 2,
  "currency": "MESH",
  "calls": 5,
  "calls_external": 0,
  "reliability": null,
  "rating": null,
  "pay_on_proof": false,
  "reachable": "live",
  "reachable_at": "2026-09-10 17:44:01",
  "input_schema": {
    "type": "object",
    "properties": {
      "context": {
        "type": "string",
        "minLength": 1,
        "maxLength": 8000,
        "description": "REQUIRED — the situation to analyze, in plain language. Upstream rejects empty and caps at 8000 chars."
      },
      "goal": {
        "type": "string",
        "maxLength": 8000,
        "description": "desired outcome"
      },
      "constraints": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "optional list of constraints"
      }
    },
    "required": [
      "context"
    ]
  },
  "shop_grade": false,
  "shop_grade_reasons": {
    "machine_profile": false,
    "vectors_declared": false,
    "vectors_passing": false,
    "vectors_fresh": false,
    "reliability": false,
    "sanitized": true,
    "beats_control": false
  },
  "provider": "thinkzone-api",
  "url": "https://market.meshtool.ai/c/biz-analyze",
  "call_url": "https://market.meshtool.ai/api/call/biz-analyze",
  "mcp_url": "https://market.meshtool.ai/mcp",
  "pay_url": "https://market.meshtool.ai/api/accounts",
  "describedby": "https://market.meshtool.ai/c/biz-analyze",
  "payment": {
    "status": 402,
    "currency": "MESH",
    "price": 2,
    "mint_key": "POST https://market.meshtool.ai/api/accounts"
  }
}