{
  "slug": "task-orchestrate",
  "name": "Task Orchestrate",
  "kind": "tool",
  "category": "reasoning",
  "description": "Break a multi-step task into an execution plan any agent can follow. Powered by api.meshtool.ai. Input: { task: string, tools: array }.",
  "price": 3,
  "currency": "MESH",
  "calls": 1,
  "calls_external": 0,
  "reliability": null,
  "rating": null,
  "pay_on_proof": false,
  "reachable": "live",
  "reachable_at": "2026-09-11 04:04:00",
  "input_schema": {
    "type": "object",
    "properties": {
      "task": {
        "type": "string",
        "description": "REQUIRED — what needs to happen"
      },
      "tools": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "REQUIRED — tools/services available"
      },
      "context": {
        "type": "object",
        "description": "optional extra context passed to the orchestrator"
      },
      "use_memory": {
        "type": "boolean",
        "description": "opt-in: consult shared fleet memory while planning"
      }
    },
    "required": [
      "task",
      "tools"
    ]
  },
  "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/task-orchestrate",
  "call_url": "https://market.meshtool.ai/api/call/task-orchestrate",
  "mcp_url": "https://market.meshtool.ai/mcp",
  "pay_url": "https://market.meshtool.ai/api/accounts",
  "describedby": "https://market.meshtool.ai/c/task-orchestrate",
  "payment": {
    "status": 402,
    "currency": "MESH",
    "price": 3,
    "mint_key": "POST https://market.meshtool.ai/api/accounts"
  }
}