{
  "slug": "task-analysis",
  "name": "Task Analysis",
  "kind": "tool",
  "category": "reasoning",
  "description": "Hand a task, get a structured plan back — typed steps, risks, and a go/caution/no-go verdict. Runs claude-haiku-4.5 — the response names the model that served the call. Input: {task: string}. Returns {analysis: {summary, steps, risks, verdict}, model}.",
  "price": 5,
  "currency": "MESH",
  "calls": 13,
  "calls_external": 0,
  "reliability": null,
  "rating": null,
  "pay_on_proof": false,
  "reachable": "internal",
  "reachable_at": null,
  "input_schema": {
    "type": "object",
    "properties": {
      "task": {
        "type": "string",
        "minLength": 1,
        "description": "REQUIRED — the task to break down into a structured plan. Coerced to string, trimmed, truncated to 4000 chars (not rejected). Whitespace-only rejected after trim. Fallback keys text or input accepted; task is canonical."
      }
    },
    "required": [
      "task"
    ],
    "additionalProperties": true
  },
  "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": "meshtool",
  "url": "https://market.meshtool.ai/c/task-analysis",
  "call_url": "https://market.meshtool.ai/api/call/task-analysis",
  "mcp_url": "https://market.meshtool.ai/mcp",
  "pay_url": "https://market.meshtool.ai/api/accounts",
  "describedby": "https://market.meshtool.ai/c/task-analysis",
  "payment": {
    "status": 402,
    "currency": "MESH",
    "price": 5,
    "mint_key": "POST https://market.meshtool.ai/api/accounts"
  }
}