{
  "ok": true,
  "name": "buildflow-enterprise-operations-discovery",
  "transport": "json-rpc-over-http",
  "status": "public_discovery_only",
  "tools": [
    {
      "name": "buildflow_discover_capabilities",
      "description": "Return BuildFlow's public currently wired enterprise-operations capabilities and safety boundaries.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "buildflow_route_intent",
      "description": "Match an enterprise-operations problem to the smallest current BuildFlow capability. Never send private customer records.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "intent": {
            "type": "string"
          },
          "goal": {
            "type": "string"
          },
          "problem": {
            "type": "string"
          },
          "data_shape": {
            "type": "string"
          },
          "constraints": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        },
        "additionalProperties": false
      }
    },
    {
      "name": "buildflow_prepare_handoff",
      "description": "Prepare a privacy-preserving human handoff bundle. Does not transmit customer data or execute business actions.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "problem": {
            "type": "string"
          },
          "goal": {
            "type": "string"
          },
          "data_shape": {
            "type": "string"
          },
          "constraints": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        },
        "additionalProperties": false
      }
    }
  ],
  "warning": "MCP-shaped discovery adapter. Customer data and material actions require authenticated BuildFlow flows; external writes are disabled."
}